mirror of https://github.com/apache/druid.git
rollback to previous httpclient/httpcore versions (#4457)
This commit is contained in:
parent
b37c9b5fe0
commit
0f99467cfb
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue