You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2013/08/20 16:47:19 UTC

svn commit: r1515834 - /webservices/wss4j/trunk/ws-security-common/pom.xml

Author: dkulp
Date: Tue Aug 20 14:47:19 2013
New Revision: 1515834

URL: http://svn.apache.org/r1515834
Log:
Set version range for org.joda.time to allow use with opensaml 2.5 (no bundle for 2.6 yet, working on that)

Modified:
    webservices/wss4j/trunk/ws-security-common/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=1515834&r1=1515833&r2=1515834&view=diff
==============================================================================
--- webservices/wss4j/trunk/ws-security-common/pom.xml (original)
+++ webservices/wss4j/trunk/ws-security-common/pom.xml Tue Aug 20 14:47:19 2013
@@ -33,18 +33,10 @@
     <version>2.0-SNAPSHOT</version>
     
     <properties>
-        <!-- 
         <wss4j.osgi.import>
-                              !org.apache.wss4j.common.*,
-                              javax.xml.crypto.*,
-                              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;version="[2.5.0,3)",
-                              net.sf.ehcache.*;resolution:=optional;version="2.5, 3.0.0)",
-                              *;resolution:=optional
+            org.joda.time*;version="[1.6,3)"
         </wss4j.osgi.import>
+        <!--
                         <DynamicImport-Package>
                               org.bouncycastle.jce.provider,
                               org.apache.wss4j.components.crypto,