[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 9 23:28:08 EDT 2014
Author: scantor
Date: Fri May 9 23:28:08 2014
New Revision: 259
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=259&view=rev
Log:
Update Santuario to 2.0 and remove commons-logging exclusion
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=259&r1=258&r2=259&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Fri May 9 23:28:08 2014
@@ -288,13 +288,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>1.5.6</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
More information about the commits
mailing list