DS-2091 Upgrade HttpComponents to 4.3.5

This commit is contained in:
Robin Taylor
2014-08-07 09:09:37 +01:00
parent b104907519
commit 9590a1571c
2 changed files with 5 additions and 1 deletions

View File

@@ -446,7 +446,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>

View File

@@ -1000,6 +1000,11 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>