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 2011/11/16 08:59:34 UTC

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

Author: ningjiang
Date: Wed Nov 16 07:59:34 2011
New Revision: 1202569

URL: http://svn.apache.org/viewvc?rev=1202569&view=rev
Log:
Fixed the camel-cxf validate issue

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=1202569&r1=1202568&r2=1202569&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 Wed Nov 16 07:59:34 2011
@@ -55,6 +55,8 @@
   <feature name='camel-cxf' version='${pom.version}' resolver='(obr)' start-level='50'>
     <feature version='${pom.version}'>camel-spring</feature>
     <feature>jetty</feature>
+    <!-- Added cxf-specs feature to workaround the karaf feature validate issue -->
+    <feature version='[2.4,2.6)'>cxf-specs</feature>
     <feature version='[2.4,2.6)'>cxf</feature>
     <bundle>mvn:org.apache.camel/camel-cxf-transport/${pom.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cxf/${pom.version}</bundle>