You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2012/08/28 18:55:56 UTC

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

Author: janstey
Date: Tue Aug 28 16:55:55 2012
New Revision: 1378226

URL: http://svn.apache.org/viewvc?rev=1378226&view=rev
Log:
Use smx specs version rather than hardcode jcr-api specs jar

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

Modified: camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml?rev=1378226&r1=1378225&r2=1378226&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.10.x/platforms/karaf/features/src/main/resources/features.xml Tue Aug 28 16:55:55 2012
@@ -458,7 +458,7 @@
     <bundle>mvn:org.apache.camel/camel-jclouds/${project.version}</bundle>
   </feature>
   <feature name='camel-jcr' version='${project.version}' resolver='(obr)' start-level='50'>
-    <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jcr-api-2.0/1.9.0</bundle>
+    <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jcr-api-2.0/${servicemix-specs-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.jackrabbit/jackrabbit-jcr-commons/${jackrabbit-version}</bundle>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-jcr/${project.version}</bundle>