[java-xmltooling COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 13 14:54:39 EST 2013


Author: putmanb
Date: Fri Dec 13 14:54:39 2013
New Revision: 814

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=814&view=rev
Log:
JXT-106: Update Apache Santuario (xmlsec) to 1.5.6

Modified:
    branches/REL_1/doc/RELEASE-NOTES.txt
    branches/REL_1/pom.xml

Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/RELEASE-NOTES.txt?rev=814&r1=813&r2=814&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Fri Dec 13 14:54:39 2013
@@ -4,6 +4,7 @@
 [JXT-103] - XMLTooling failed to pass veracode due Use of Wrong Operator in String Comparison (CWE ID 597) 
 [JXT-104] - ClasspathResolver doesn't set systemId on resolved InputSources failing subsequent resolutions
 [JXT-105] - DefaultBootstrap unexpectedly uses a parser StaticBasicParserPool with expandEntityReferences set to true
+[JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
 
 Changes in Release 1.4.0
 =============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=814&r1=813&r2=814&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Dec 13 14:54:39 2013
@@ -69,9 +69,11 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- TODO: overrides parent POM managed version.  Remove when appropriate. -->
         <dependency>
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
+            <version>1.5.6</version>
         </dependency>
         
         <!-- Provided dependencies -->



More information about the commits mailing list