DATACOUCH-88 - Upgraded to HttpClient 4.3.3.

This allows the build to run against Spring 4 as it requires HttpClient in 4.3 or better.
This commit is contained in:
Oliver Gierke
2014-05-19 12:24:12 +02:00
parent a2cd30af3e
commit fe9e5c1b96

View File

@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1</version>
<version>4.3.3</version>
<scope>test</scope>
</dependency>