Skip to content

Commit

Permalink
exclude slf4j-log4j12 (apache#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
dclim authored and fjy committed Jun 3, 2016
1 parent 54139c6 commit 6d38dde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6d38dde

Please sign in to comment.