Repository: camel Updated Branches: refs/heads/camel-2.13.x 458a82ead -> 2249559a0
[CAMEL-7317]xml-specs-api feature in camel features.xml shouldn't have all bundles configured as dependency=\'true\' (cherry picked from commit 8bfd1232bba3a33ffe0efb07a0bf3ee9bceb05a4) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2249559a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2249559a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2249559a Branch: refs/heads/camel-2.13.x Commit: 2249559a003fb71e3022331fc89f4aa1224cbe0e Parents: 458a82e 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:28:41 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/2249559a/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 acd2e46..bc7803d 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>