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

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


Author: putmanb
Date: Fri Dec 13 14:54:44 2013
New Revision: 455

URL: http://svn.shibboleth.net/view/java-openws?rev=455&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-openws/branches/REL_1/doc/RELEASE-NOTES.txt?rev=455&r1=454&r2=455&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Fri Dec 13 14:54:44 2013
@@ -1,3 +1,8 @@
+Changes in Release 1.5.1
+==============================================
+Updating POM to implement:
+[JXT-106] - Update Apache Santuario (xmlsec) to 1.5.6
+
 Changes in Release 1.5.0
 ==============================================
 [JOWS-36] - WS-Trust OnBehalfOf provider is misimplemented, should support a sequence of wildcard children rather than a single child.

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/pom.xml?rev=455&r1=454&r2=455&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Dec 13 14:54:44 2013
@@ -68,6 +68,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