You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2011/02/17 09:33:24 UTC

svn commit: r1071547 - /servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml

Author: ffang
Date: Thu Feb 17 08:33:24 2011
New Revision: 1071547

URL: http://svn.apache.org/viewvc?rev=1071547&view=rev
Log:
[SMX4-761]cxf-osgi example miss a package import which cause it fail with felix

Modified:
    servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml

Modified: servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml?rev=1071547&r1=1071546&r2=1071547&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-osgi/pom.xml Thu Feb 17 08:33:24 2011
@@ -55,6 +55,7 @@
                         <Import-Package>
                             javax.jws,
                             javax.wsdl,
+                            javax.xml.namespace,
                             META-INF.cxf,
                             META-INF.cxf.osgi,
                             org.apache.cxf.bus,