[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Mar 24 15:16:45 GMT 2012
Author: lajoie
Date: Sat Mar 24 15:16:45 2012
New Revision: 64
URL: http://svn.shibboleth.net/view/java-parent-project?rev=64&view=rev
Log:
Bump versions of some deps and remove JCIP concurrency annotations (we have the JSR305 ones now)
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=64&r1=63&r2=64&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sat Mar 24 15:16:45 2012
@@ -23,11 +23,11 @@
<maven.compiler.target>1.6</maven.compiler.target>
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
- <httpclient.version>4.1.2</httpclient.version>
+ <httpclient.version>4.1.3</httpclient.version>
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.6.4</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
- <spring.version>3.1.0.RELEASE</spring.version>
+ <spring.version>3.1.1.RELEASE</spring.version>
<xalan.groupId>xalan</xalan.groupId>
<xalan.version>2.7.1</xalan.version>
<xerces.groupId>org.apache.xerces</xerces.groupId>
@@ -80,12 +80,6 @@
<!-- Runtime dependencies -->
<!-- Provided dependencies -->
- <dependency>
- <groupId>net.jcip</groupId>
- <artifactId>jcip-annotations</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
<!-- Test dependencies -->
<dependency>
@@ -198,12 +192,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.1</version>
</dependency>
<dependency>
<!-- needed for logback SMTP appender -->
More information about the commits
mailing list