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,