Author: coheigea
Date: Thu Feb 21 17:59:31 2013
New Revision: 1448749

URL: http://svn.apache.org/r1448749
Log:
Fixing some OSGi imports

Modified:
    webservices/wss4j/trunk/ws-security-common/pom.xml
    webservices/wss4j/trunk/ws-security-dom/pom.xml

Modified: webservices/wss4j/trunk/ws-security-common/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-common/pom.xml?rev=1448749&r1=1448748&r2=1448749&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Thu Feb 21 17:59:31 2013
@@ -82,14 +82,14 @@
                         
<Specification-Version>${project.version}</Specification-Version>
 
                         <Export-Package>
-                              org.apache.wss4j.*;version="${project.version}"
+                              
org.apache.wss4j.common.*;version="${project.version}"
                         </Export-Package>
                         <Import-Package>
-                              !org.apache.wss4j.*,
+                              !org.apache.wss4j.common.*,
                               javax.xml.crypto.*,
                               org.apache.xml.security.*,
                               org.bouncycastle.*;resolution:=optional,
-                              org.apache.jcp.xml.dsig.internal.dom.*,
+                              org.apache.jcp.xml.dsig.internal.*,
                               org.opensaml.*;resolution:=optional,
                               *;resolution:=optional
                         </Import-Package>

Modified: webservices/wss4j/trunk/ws-security-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/ws-security-dom/pom.xml?rev=1448749&r1=1448748&r2=1448749&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Thu Feb 21 17:59:31 2013
@@ -82,14 +82,15 @@
                         
<Specification-Version>${project.version}</Specification-Version>
 
                         <Export-Package>
-                              org.apache.wss4j.*;version="${project.version}"
+                              
org.apache.wss4j.dom.*;version="${project.version}"
                         </Export-Package>
                         <Import-Package>
-                              !org.apache.wss4j.*,
+                              !org.apache.wss4j.dom.*,
                               javax.xml.crypto.*,
                               org.apache.xml.security.*,
+                              org.apache.wss4j.common.*,
                               org.bouncycastle.*;resolution:=optional,
-                              org.apache.jcp.xml.dsig.internal.dom.*,
+                              org.apache.jcp.xml.dsig.internal.*,
                               org.opensaml.*;resolution:=optional,
                               *;resolution:=optional
                         </Import-Package>


Reply via email to