You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/08/07 15:05:19 UTC

svn commit: r1511295 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

Author: dkulp
Date: Wed Aug  7 13:05:18 2013
New Revision: 1511295

URL: http://svn.apache.org/r1511295
Log:
This should be fixed now

Modified:
    cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1511295&r1=1511294&r2=1511295&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Aug  7 13:05:18 2013
@@ -136,13 +136,6 @@
     </feature>
     <feature name="cxf-http" version="${project.version}" resolver='(obr)'>
         <feature version="${project.version}">cxf-core</feature>
-        
-        <!--
-       	  	Running into .ClassNotFoundException: org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
-			not found by org.apache.cxf.cxf-rt-transports-http
-        	if this is not present. FIXME This does not look correct
-        -->
-        <feature version="${project.version}">cxf-ws-policy</feature>
         <feature version="[2,4)">http-whiteboard</feature>
         <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http/${project.version}</bundle>
     </feature>