You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2011/11/04 20:47:40 UTC

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

Author: dkulp
Date: Fri Nov  4 19:47:40 2011
New Revision: 1197725

URL: http://svn.apache.org/viewvc?rev=1197725&view=rev
Log:
Depend on spring  feature, not specific version of spring

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=1197725&r1=1197724&r2=1197725&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 Fri Nov  4 19:47:40 2011
@@ -418,8 +418,7 @@
     <bundle>mvn:org.apache.camel/camel-lucene/${pom.version}</bundle>
   </feature>
   <feature name='camel-mail' version='${pom.version}' resolver='(obr)' start-level='50'>
-    <bundle dependency="true">mvn:org.springframework/spring-context/${spring-version}</bundle>
-    <bundle dependency="true">mvn:org.springframework/spring-context-support/${spring-version}</bundle>
+    <feature version="[3,4)">spring</feature>
     <bundle dependency="true">mvn:javax.mail/mail/${javax-mail-version}</bundle>
     <feature version='${pom.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-mail/${pom.version}</bundle>