Author: dkulp
Date: Fri Jul 20 20:29:11 2012
New Revision: 1363946

URL: http://svn.apache.org/viewvc?rev=1363946&view=rev
Log:
  CXF actually requires http-whiteboard, not http

Modified:
    cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml

Modified: 
cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml?rev=1363946&r1=1363945&r2=1363946&view=diff
==============================================================================
--- 
cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml 
(original)
+++ 
cxf/branches/2.5.x-fixes/osgi/karaf/features/src/main/resources/features.xml 
Fri Jul 20 20:29:11 2012
@@ -258,7 +258,7 @@
         <bundle start-level='20' 
dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ehcache/${cxf.ehcache.bundle.version}</bundle>
 
         <feature version='${project.version}'>cxf-jaxb</feature>
-        <feature version="[2,3)">http</feature>
+        <feature version="[2,3)">http-whiteboard</feature>
         <feature version="[3,4)">spring</feature>
         <feature version="[1.2,2)">spring-dm</feature>
         <feature version="[3,4)">spring-jms</feature>


Reply via email to