You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/02/26 10:59:59 UTC

svn commit: r1074812 - /servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml

Author: jbonofre
Date: Sat Feb 26 09:59:59 2011
New Revision: 1074812

URL: http://svn.apache.org/viewvc?rev=1074812&view=rev
Log:
[SMX4-764] Fix examples-cxf-ws-security-osgi by adding javax.xml.namespace in the Import-Package statement.

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

Modified: servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml?rev=1074812&r1=1074811&r2=1074812&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/cxf-ws-security-osgi/pom.xml Sat Feb 26 09:59:59 2011
@@ -59,6 +59,7 @@
                         <Import-Package>
                             javax.jws,
                             javax.xml.bind.annotation,
+                            javax.xml.namespace,
                             javax.wsdl,
                             META-INF.cxf,
                             META-INF.cxf.osgi,