Author: dkulp
Date: Thu Jan 26 21:57:37 2012
New Revision: 1236405
URL: http://svn.apache.org/viewvc?rev=1236405&view=rev
Log:
Use the cxf-jaxws dep for wsn instead of the full cxf
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=1236405&r1=1236404&r2=1236405&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Thu Jan 26
21:57:37 2012
@@ -108,7 +108,7 @@
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-policy/${project.version}</bundle>
</feature>
<feature name="cxf-ws-addr" version="${project.version}" resolver='(obr)'>
- <feature version="${project.version}">cxf-core</feature>
+ <feature version="${project.version}">cxf-ws-policy</feature>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-ws-addr/${project.version}</bundle>
</feature>
<feature name="cxf-ws-rm" version="${project.version}" resolver='(obr)'>
@@ -153,6 +153,7 @@
<feature version="${project.version}">cxf-core</feature>
<feature version="${project.version}">cxf-databinding-jaxb</feature>
<feature version="${project.version}">cxf-bindings-soap</feature>
+ <feature version="${project.version}">cxf-http</feature>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-simple/${project.version}</bundle>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-frontend-jaxws/${project.version}</bundle>
</feature>
@@ -296,7 +297,8 @@
</feature>
<feature name="cxf-wsn-api" version="${project.version}" resolver="(obr)">
- <feature version="${project.version}">cxf</feature>
+ <feature version="${project.version}">cxf-ws-addr</feature>
+ <feature version="${project.version}">cxf-jaxws</feature>
<bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-api/${project.version}</bundle>
</feature>
@@ -310,6 +312,7 @@
<feature version="[5.4,6)">activemq</feature>
<feature version="${project.version}">cxf-wsn-api</feature>
+ <feature version="${project.version}">cxf-http-jetty</feature>
<bundle>mvn:org.apache.cxf.services.wsn/cxf-services-wsn-core/${project.version}</bundle>
</feature>