You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2011/11/14 16:57:19 UTC

svn commit: r1201766 - /camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Author: gnodet
Date: Mon Nov 14 15:57:19 2011
New Revision: 1201766

URL: http://svn.apache.org/viewvc?rev=1201766&view=rev
Log:
[CAMEL-4671] The camel-core feature should not reference jaxb2 api / impl

Conflicts:

	platforms/karaf/features/src/main/resources/features.xml

Modified:
    camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml?rev=1201766&r1=1201765&r2=1201766&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml Mon Nov 14 15:57:19 2011
@@ -24,10 +24,6 @@
   </feature>
   <feature name='camel-core' version='${pom.version}' resolver='(obr)' start-level='50'>
     <feature version="[3,4)">spring</feature>
-    <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.jaxb-api-2.2/${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>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version}</bundle>
     <bundle>mvn:org.fusesource.commonman/commons-management/${commons-management-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-core/${pom.version}</bundle>
     <bundle>mvn:org.apache.camel.karaf/camel-karaf-commands/${pom.version}</bundle>