You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/11/08 15:50:16 UTC

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

Author: davsclaus
Date: Thu Nov  8 14:50:16 2012
New Revision: 1407104

URL: http://svn.apache.org/viewvc?rev=1407104&view=rev
Log:
CAMEL-5779: camel-hbase can now install in karaf.

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

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1407104&r1=1407103&r2=1407104&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Nov  8 14:50:16 2012
@@ -152,6 +152,7 @@
     <hawtdispatch-version>1.12</hawtdispatch-version>
     <hazelcast-version>2.4</hazelcast-version>
     <hbase-version>0.90.5</hbase-version>
+    <hbase-bundle-version>0.90.5_1</hbase-bundle-version>
     <hibernate-validator-bundle-version>4.1.0.Final_3</hibernate-validator-bundle-version>
     <hibernate-version>3.6.10.Final</hibernate-version>
     <httpunit-version>1.7</httpunit-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=1407104&r1=1407103&r2=1407104&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Thu Nov  8 14:50:16 2012
@@ -396,7 +396,7 @@
     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty/${jetty6-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.zookeeper/zookeeper/${zookeeper-version}</bundle>
     <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hadoop-core/${hadoop-bundle-version}</bundle>
-    <bundle>wrap:mvn:org.apache.hbase/hbase/${hbase-version}</bundle>
+    <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.hbase/${hbase-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-hbase/${project.version}</bundle>
   </feature>
   <feature name='camel-hdfs' version='${project.version}' resolver='(obr)' start-level='50'>