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:
Slim Bouguerra 2015-03-18 09:33:45 -05:00
parent 6bcdf7f60f
commit 03547b4088
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>