Repository: camel Updated Branches: refs/heads/master 06ffb5d66 -> 8bfd1232b
[CAMEL-7317]xml-specs-api feature in camel features.xml shouldn't have all bundles configured as dependency=\'true\' Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8bfd1232 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8bfd1232 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8bfd1232 Branch: refs/heads/master Commit: 8bfd1232bba3a33ffe0efb07a0bf3ee9bceb05a4 Parents: 06ffb5d Author: Freeman Fang <freeman.f...@gmail.com> Authored: Thu Mar 27 13:23:28 2014 +0800 Committer: Freeman Fang <freeman.f...@gmail.com> Committed: Thu Mar 27 13:23:28 2014 +0800 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8bfd1232/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 133696f..172d925 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -24,9 +24,9 @@ <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix-specs-version}</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${servicemix-specs-version}</bundle> - <bundle dependency='true'>mvn:org.codehaus.woodstox/stax2-api/${stax2-api-bundle-version}</bundle> - <bundle dependency='true'>mvn:org.codehaus.woodstox/woodstox-core-asl/${woodstox-version}</bundle> - <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version}</bundle> + <bundle>mvn:org.codehaus.woodstox/stax2-api/${stax2-api-bundle-version}</bundle> + <bundle>mvn:org.codehaus.woodstox/woodstox-core-asl/${woodstox-version}</bundle> + <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version}</bundle> </feature> <feature name='camel' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature>