[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 9 14:06:46 BST 2011
Author: lajoie
Date: Sun Oct 9 14:06:46 2011
New Revision: 16
URL: http://svn.shibboleth.net/view/java-parent-project?rev=16&view=rev
Log:
Back out Xerces update since it doesn't appear in maven central and fix mistype version for santuario
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun Oct 9 14:06:46 2011
@@ -27,7 +27,7 @@
<spring.groupId>org.springframework</spring.groupId>
<spring.version>3.0.5.RELEASE</spring.version>
<xerces.groupId>org.apache.xerces</xerces.groupId>
- <xerces.version>2.11.0</xerces.version>
+ <xerces.version>2.10.0</xerces.version>
<xmlresolver.groupId>xml-resolver</xmlresolver.groupId>
<xmlresolver.version>1.2</xmlresolver.version>
<xalan.groupId>xalan</xalan.groupId>
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>1.4.6</version>
+ <version>1.4.5</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
More information about the commits
mailing list