Author: bdelacretaz
Date: Thu Mar 10 13:14:38 2011
New Revision: 1080210

URL: http://svn.apache.org/viewvc?rev=1080210&view=rev
Log:
SLING-1981 - use latest httpclient, 4.1

Modified:
    sling/trunk/testing/tools/pom.xml

Modified: sling/trunk/testing/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/testing/tools/pom.xml?rev=1080210&r1=1080209&r2=1080210&view=diff
==============================================================================
--- sling/trunk/testing/tools/pom.xml (original)
+++ sling/trunk/testing/tools/pom.xml Thu Mar 10 13:14:38 2011
@@ -50,17 +50,17 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
-            <version>4.0.1</version>
+            <version>4.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.0.1</version>
+            <version>4.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpmime</artifactId>
-            <version>4.0.1</version>
+            <version>4.1</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>


Reply via email to