You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/08/26 06:50:37 UTC

svn commit: r807878 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features.xml

Author: ningjiang
Date: Wed Aug 26 04:50:36 2009
New Revision: 807878

URL: http://svn.apache.org/viewvc?rev=807878&view=rev
Log:
Fixed the osgi intergation test errors

Modified:
    camel/trunk/platforms/karaf/features/pom.xml
    camel/trunk/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/trunk/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=807878&r1=807877&r2=807878&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Wed Aug 26 04:50:36 2009
@@ -49,6 +49,7 @@
       <commons-jxpath-version>1.3</commons-jxpath-version>
       <commons-lang-version>2.4</commons-lang-version>
       <commons-net-version>2.0</commons-net-version>
+      <commons-management-version>1.0</commons-management-version>
       <flatpack-bundle-version>3.1.1_1</flatpack-bundle-version>
       <freemarker-bundle-version>2.3.15_1</freemarker-bundle-version>
       <geronimo-el-version>1.0.1</geronimo-el-version>

Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=807878&r1=807877&r2=807878&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Wed Aug 26 04:50:36 2009
@@ -5,6 +5,7 @@
     <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.1/${servicemix-specs-version}</bundle>
     <bundle>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>
   </feature>
   <feature name='camel-spring' version='${pom.version}'>