mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
Using new release of the http-client.
This new version 1.0.1 it has a bug fix that was causing can not add a handler exceptions. Bug description can be found [here](https://github.com/metamx/http-client/pull/16)
This commit is contained in:
parent
6bcdf7f60f
commit
03547b4088
2
pom.xml
2
pom.xml
@ -115,7 +115,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.metamx</groupId>
|
<groupId>com.metamx</groupId>
|
||||||
<artifactId>http-client</artifactId>
|
<artifactId>http-client</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.metamx</groupId>
|
<groupId>com.metamx</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user