REPO-2830 Add correct version of httpclient lib

This commit is contained in:
Alex Mukha
2017-09-05 12:57:53 +01:00
parent 69946e2c7e
commit 770c5dec58

10
pom.xml
View File

@@ -163,6 +163,16 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1-HTTPCLIENT-1265</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>