[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri May 25 12:18:31 BST 2012


Author: lajoie
Date: Fri May 25 12:18:31 2012
New Revision: 69

URL: http://svn.shibboleth.net/view/java-parent-project?rev=69&view=rev
Log:
update to latest versions of guava, httpclient, logback, testng

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=69&r1=68&r2=69&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri May 25 12:18:31 2012
@@ -23,7 +23,7 @@
         <maven.compiler.target>1.6</maven.compiler.target>
 
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
-        <httpclient.version>4.1.3</httpclient.version>
+        <httpclient.version>4.2</httpclient.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
         <slf4j.version>1.6.4</slf4j.version>
         <spring.groupId>org.springframework</spring.groupId>
@@ -85,15 +85,8 @@
         <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>
-                    <groupId>junit</groupId>
-                    <artifactId>junit</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <!-- This isn't really needed by every single project but it is used by the vast majority and having it on the 
@@ -160,7 +153,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>11.0.2</version>
+                <version>12.0</version>
             </dependency>
             <dependency>
                 <groupId>${httpclient.groupId}</groupId>
@@ -197,7 +190,7 @@
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.0.1</version>
+                <version>1.0.3</version>
             </dependency>
             <dependency>
                 <!-- needed for logback SMTP appender -->



More information about the commits mailing list