You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2013/04/10 15:11:36 UTC

svn commit: r1466472 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Wed Apr 10 13:11:36 2013
New Revision: 1466472

URL: http://svn.apache.org/r1466472
Log:
Updating Woodstox + Commons Codec versions

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1466472&r1=1466471&r2=1466472&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Wed Apr 10 13:11:36 2013
@@ -190,6 +190,7 @@
                               !javax.xml.crypto.*,
                               !org.apache.jcp.xml.dsig.internal.*,
                               org.slf4j.*;version="[1.7,2)",
+                              org.apache.commons.codec.*;version="[1.6,2)",
                               org.apache.xml.dtm*;resolution:=optional;version="[2.7,3)",
                               org.apache.xml.utils*;resolution:=optional;version="[2.7,3)",
                               org.apache.xpath*;resolution:=optional;version="[2.7,3)",
@@ -399,8 +400,8 @@
         <log4j.version>1.2.17</log4j.version>
         <bcprov.version>1.47</bcprov.version>
         <xmlunit.version>1.3</xmlunit.version>
-        <commons.codec.version>1.6</commons.codec.version>
-        <woodstox.core.asl.version>4.1.4</woodstox.core.asl.version>
+        <commons.codec.version>1.7</commons.codec.version>
+        <woodstox.core.asl.version>4.2.0</woodstox.core.asl.version>
         <jetty.version>8.1.4.v20120524</jetty.version>
     </properties>