mirror of https://github.com/apache/druid.git
Merge pull request #974 from metamx/fix-log4j
update http client and fix log4j dependencies
This commit is contained in:
commit
ee81a29a72
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue