rollback to previous httpclient/httpcore versions (#4457)

This commit is contained in:
David Lim 2017-06-23 20:43:49 -06:00 committed by Roman Leventov
parent b37c9b5fe0
commit 0f99467cfb
1 changed files with 4 additions and 2 deletions

View File

@ -628,15 +628,17 @@
</exclusions>
</dependency>
<!-- The htttpcomponents artifacts have non-matching release cadence -->
<!-- Watch out for compatibility issues between aws-java-sdk 1.10.x and httpclient > 4.5.1 and
httpcore > 4.4.3; see https://github.com/druid-io/druid/issues/4456 -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.6</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>