exclude slf4j-log4j12 (#3075)

This commit is contained in:
David Lim 2016-06-03 12:39:23 -06:00 committed by Fangjin Yang
parent 54139c6815
commit 6d38dde2f8
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -216,6 +216,16 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.8</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>