Merge pull request #974 from metamx/fix-log4j

update http client and fix log4j dependencies
This commit is contained in:
Charles Allen 2014-12-16 11:37:12 -08:00
commit ee81a29a72
3 changed files with 235 additions and 230 deletions

View File

@ -76,6 +76,11 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>

View File

@ -84,7 +84,7 @@
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>0.9.7</version>
<version>0.9.12</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>