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 2013/04/10 15:25:06 UTC

svn commit: r1466479 - in /webservices/wss4j/trunk: ws-security-common/pom.xml ws-security-dom/pom.xml

Author: coheigea
Date: Wed Apr 10 13:25:06 2013
New Revision: 1466479

URL: http://svn.apache.org/r1466479
Log:
Some OSGi changes

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=1466479&r1=1466478&r2=1466479&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Wed Apr 10 13:25:06 2013
@@ -73,11 +73,11 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Implementation-Title>Apache WSS4J</Implementation-Title>
+                        <Implementation-Title>Apache WSS4J WS-Security Common</Implementation-Title>
                         <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
                         <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                         <Implementation-Version>${project.version}</Implementation-Version>
-                        <Specification-Title>Apache WSS4J</Specification-Title>
+                        <Specification-Title>Apache WSS4J WS-Security Common</Specification-Title>
                         <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
                         <Specification-Version>${project.version}</Specification-Version>
 
@@ -87,10 +87,12 @@
                         <Import-Package>
                               !org.apache.wss4j.common.*,
                               javax.xml.crypto.*,
-                              org.apache.xml.security.*,
+                              org.slf4j.*;version="[1.7,2)",
+                              org.apache.xml.security.*;version="[2.0.0,3)",
                               org.bouncycastle.*;resolution:=optional,
                               org.apache.jcp.xml.dsig.internal.*,
-                              org.opensaml.*;resolution:=optional,
+                              org.opensaml.*;resolution:=optional;version="[2.5.0,3)",
+                              net.sf.ehcache.*;resolution:=optional;version="2.5, 3.0.0)",
                               *;resolution:=optional
                         </Import-Package>
                         <DynamicImport-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=1466479&r1=1466478&r2=1466479&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-dom/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-dom/pom.xml Wed Apr 10 13:25:06 2013
@@ -73,11 +73,11 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Implementation-Title>Apache WSS4J</Implementation-Title>
+                        <Implementation-Title>Apache WSS4J DOM WS-Security</Implementation-Title>
                         <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
                         <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
                         <Implementation-Version>${project.version}</Implementation-Version>
-                        <Specification-Title>Apache WSS4J</Specification-Title>
+                        <Specification-Title>Apache WSS4J DOM WS-Security</Specification-Title>
                         <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
                         <Specification-Version>${project.version}</Specification-Version>
 
@@ -87,17 +87,16 @@
                         <Import-Package>
                               !org.apache.wss4j.dom.*,
                               javax.xml.crypto.*,
-                              org.apache.xml.security.*,
-                              org.apache.wss4j.common.*,
+                              org.slf4j.*;version="[1.7,2)",
+                              org.apache.xml.security.*;version="[2.0.0,3]",
+                              org.apache.wss4j.common.*;version="[2.0,3)",
                               org.bouncycastle.*;resolution:=optional,
                               org.apache.jcp.xml.dsig.internal.*,
-                              org.opensaml.*;resolution:=optional,
+                              org.opensaml.*;resolution:=optional;version="[2.5.0,3)",
                               *;resolution:=optional
                         </Import-Package>
                         <DynamicImport-Package>
-                              org.bouncycastle.jce.provider,
-                              org.apache.wss4j.dom.components.crypto,
-                              org.apache.wss4j.dom.saml
+                              org.bouncycastle.jce.provider
                         </DynamicImport-Package>
                     </instructions>
                 </configuration>