You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2012/11/28 14:35:16 UTC

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

Author: coheigea
Date: Wed Nov 28 13:35:15 2012
New Revision: 1414673

URL: http://svn.apache.org/viewvc?rev=1414673&view=rev
Log:
Correcting Karaf feature

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=1414673&r1=1414672&r2=1414673&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Nov 28 13:35:15 2012
@@ -112,6 +112,7 @@
         <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}</bundle>
     </feature>
     <feature name="cxf-rt-security" version="${project.version}" resolver='(obr)'>
+        <feature version="${project.version}">cxf-core</feature>
         <feature version="${cxf.wss4j.version}">wss4j</feature>
         <bundle start-level='40'>mvn:org.apache.cxf/cxf-rt-security/${project.version}</bundle>
     </feature>