You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2011/11/30 15:01:23 UTC

svn commit: r1208438 - /webservices/wss4j/trunk/pom.xml

Author: coheigea
Date: Wed Nov 30 14:01:23 2011
New Revision: 1208438

URL: http://svn.apache.org/viewvc?rev=1208438&view=rev
Log:
[WSS-326] - Changed namespace of OSGI import in pom

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1208438&r1=1208437&r2=1208438&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Nov 30 14:01:23 2011
@@ -160,7 +160,7 @@
                               javax.xml.crypto.*,
                               org.apache.xml.security.*,
                               org.bouncycastle.*;resolution:=optional,
-                              org.apache.jcp.xml.dsig.internal.dom.*,
+                              org.jcp.xml.dsig.internal.dom.*,
                               org.opensaml.*;resolution:=optional,
                               *;resolution:=optional
                         </Import-Package>