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 2012/03/16 20:42:21 UTC

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

Author: dkulp
Date: Fri Mar 16 19:42:20 2012
New Revision: 1301714

URL: http://svn.apache.org/viewvc?rev=1301714&view=rev
Log:
Add in fastinfoset bundle so the fastinfoset stuff works

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=1301714&r1=1301713&r2=1301714&view=diff
==============================================================================
--- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
+++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Fri Mar 16 19:42:20 2012
@@ -97,6 +97,7 @@
         <bundle start-level='30' dependency="true">mvn:org.apache.ws.xmlschema/xmlschema-core/${cxf.xmlschema.version}</bundle>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${cxf.wsdl4j.bundle.version}</bundle>
         <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${cxf.xmlresolver.bundle.version}</bundle>
+        <bundle start-level='30' dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.fastinfoset/${cxf.fastinfoset.bundle.version}</bundle>
 
         <bundle>mvn:org.apache.cxf/cxf-api/${project.version}</bundle>
         <bundle>mvn:org.apache.cxf/cxf-rt-core/${project.version}</bundle>