Issue 477:Update to apache hc 4.1

This commit is contained in:
Adrian Cole 2011-02-15 18:12:08 +01:00
parent 62baff0743
commit 9359b31c1c

View File

@ -62,7 +62,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.0.3</version> <version>4.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>