Author: ningjiang
Date: Wed May 29 09:39:38 2013
New Revision: 1487426
URL: http://svn.apache.org/r1487426
Log:
CXF-5041 added http-netty-server and http-netty-client 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=1487426&r1=1487425&r2=1487426&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed May 29
09:39:38 2013
@@ -136,6 +136,17 @@
<bundle start-level='40'>
mvn:org.apache.httpcomponents/httpasyncclient-osgi/${cxf.httpcomponents.asyncclient.version}</bundle>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-hc/${project.version}</bundle>
</feature>
+ <feature name="cxf-http-netty-client" version="${project.version}"
resolver='(obr)'>
+ <feature version="[3,4)">cxf-http</feature>
+ <bundle start-level='40'>
mvn:io.netty/netty/${cxf.netty.version}</bundle>
+ <bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-netty-client/${project.version}</bundle>
+ </feature>
+ <feature name="cxf-http-netty-server" version="${project.version}"
resolver='(obr)'>
+ <feature version="[3,4)">cxf-http</feature>
+ <bundle start-level='40'>
mvn:io.netty/netty/${cxf.netty.version}</bund
+le>
+ <bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-netty-server/${project.version}</bundle>
+ </feature>
<feature name="cxf-bindings-soap" version="${project.version}"
resolver='(obr)'>
<feature version="${project.version}">cxf-core</feature>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-bindings-xml/${project.version}</bundle>