Browse Source

SPR-6180 - Upgrade Apache HttpClient to version 4.0

pull/7/head
Arjen Poutsma 14 years ago
parent
commit
3690002dce
  1. 6
      org.springframework.web/pom.xml

6
org.springframework.web/pom.xml

@ -98,6 +98,12 @@ @@ -98,6 +98,12 @@
<version>3.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
<optional>true</optional>
</dependency>
<!-- common logging dependency is in spring-core -->
<dependency>
<groupId>log4j</groupId>

Loading…
Cancel
Save