You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/11/14 22:21:53 UTC

svn commit: r836265 - in /servicemix/smx4/features/trunk/examples: cxf-ws-addressing/pom.xml itests/cxf-nmr-osgi/pom.xml

Author: ccustine
Date: Sat Nov 14 21:21:48 2009
New Revision: 836265

URL: http://svn.apache.org/viewvc?rev=836265&view=rev
Log:
Fix some build issues from new maven bundle plugin 2.0.1

Modified:
    servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml
    servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml

Modified: servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml?rev=836265&r1=836264&r2=836265&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-ws-addressing/pom.xml Sat Nov 14 21:21:48 2009
@@ -101,6 +101,10 @@
                             org.apache.cxf.configuration.spring,
                             org.apache.cxf.resource,
                             org.apache.cxf.transport.http_osgi,
+                            org.apache.cxf.feature,
+                            org.apache.cxf.interceptor,
+                            org.apache.cxf.ws.addressing, 
+                            org.apache.cxf.ws.addressing.soap,
                             org.apache.servicemix.util,
                             org.springframework.beans.factory.config
                         </Import-Package>

Modified: servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml?rev=836265&r1=836264&r2=836265&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/itests/cxf-nmr-osgi/pom.xml Sat Nov 14 21:21:48 2009
@@ -91,6 +91,7 @@
                             org.apache.cxf.bus.resource,
                             org.apache.cxf.configuration.spring,
                             org.apache.cxf.resource,
+                            org.apache.cxf.feature,
                             org.springframework.beans.factory.config,
                             org.apache.servicemix.nmr.api,
                             org.apache.servicemix.cxf.transport.nmr,