Author: dkulp
Date: Wed Sep 12 16:40:53 2012
New Revision: 1384031
URL: http://svn.apache.org/viewvc?rev=1384031&view=rev
Log:
Add cxf-http-async stuff to karaf features file
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=1384031&r1=1384030&r2=1384031&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Sep 12
16:40:53 2012
@@ -126,6 +126,13 @@
<feature version="[7,8)">jetty</feature>
<bundle
start-level='40'>mvn:org.apache.cxf/cxf-rt-transports-http-jetty/${project.version}</bundle>
</feature>
+ <feature name="cxf-http-async" version="${project.version}"
resolver='(obr)'>
+ <feature version="[2,3)">cxf-http</feature>
+ <bundle start-level='40'>
mvn:org.apache.httpcomponents/httpcore-osgi/${cxf.httpcomponents.core.version}</bundle>
+ <bundle start-level='40'>
mvn:org.apache.httpcomponents/httpclient-osgi/${cxf.httpcomponents.core.version}</bundle>
+ <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-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>