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/08/15 17:19:59 UTC

svn commit: r1373459 - in /camel/branches/camel-2.10.x: ./ components/camel-hbase/pom.xml

Author: davsclaus
Date: Wed Aug 15 15:19:59 2012
New Revision: 1373459

URL: http://svn.apache.org/viewvc?rev=1373459&view=rev
Log:
CAMEL-5506: Use osgi version ranges in camel-hbase MANIFEST.MF file, to support wider range of hbase and hadoop.

Modified:
    camel/branches/camel-2.10.x/   (props changed)
    camel/branches/camel-2.10.x/components/camel-hbase/pom.xml

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1373453

Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.10.x/components/camel-hbase/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-hbase/pom.xml?rev=1373459&r1=1373458&r2=1373459&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/components/camel-hbase/pom.xml (original)
+++ camel/branches/camel-2.10.x/components/camel-hbase/pom.xml Wed Aug 15 15:19:59 2012
@@ -32,6 +32,10 @@
 	<description>Camel HBase component</description>
 
     <properties>
+		<camel.osgi.import.before.defaults>
+			org.apache.hadoop.conf;version="[1,2)",
+			org.apache.hadoop.hbase.*;version="[0.9,1)"
+		</camel.osgi.import.before.defaults>
         <camel.osgi.export.pkg>org.apache.camel.component.hbase.*</camel.osgi.export.pkg>
     </properties>