[java-parent-projects COMMIT] /java-parent-project-v2/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Feb 24 14:09:08 EST 2013
Author: scantor
Date: Sun Feb 24 14:09:07 2013
New Revision: 102
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=102&view=rev
Log:
Update some dependencies, set Spring version properly.
Modified:
java-parent-project-v2/trunk/pom.xml
Modified: java-parent-project-v2/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/pom.xml?rev=102&r1=101&r2=102&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Sun Feb 24 14:09:07 2013
@@ -23,9 +23,9 @@
<maven.compiler.target>1.6</maven.compiler.target>
<slf4j.groupId>org.slf4j</slf4j.groupId>
- <slf4j.version>1.6.4</slf4j.version>
+ <slf4j.version>1.6.5</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
- <spring.version>3.1.0.RELEASE</spring.version>
+ <spring.version>2.5.6.SEC03</spring.version>
<xalan.groupId>xalan</xalan.groupId>
<xalan.version>2.7.1</xalan.version>
<xerces.groupId>org.apache.xerces</xerces.groupId>
@@ -89,8 +89,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.9</version>
- <classifier>jdk15</classifier>
+ <version>6.5.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -164,7 +163,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>11.0.1</version>
+ <version>12.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -186,12 +185,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>2.0</version>
+ <version>2.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.0.0</version>
+ <version>1.0.6</version>
</dependency>
<dependency>
<!-- needed for logback SMTP appender -->
More information about the commits
mailing list