[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml

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


Author: putmanb
Date: Fri Dec 13 14:54:40 2013
New Revision: 3176

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

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

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3176&r1=3175&r2=3176&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Dec 13 14:54:40 2013
@@ -4,6 +4,10 @@
 Feature Highlights:
 https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInterestingFeatures
 
+Changes in Release 2.4.1
+=============================================
+Also, updating POM to implement:
+[JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
 
 Changes in Release 2.4.0
 =============================================

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3176&r1=3175&r2=3176&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Fri Dec 13 14:54:40 2013
@@ -97,6 +97,12 @@
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
+        </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