Skip to content

Commit

Permalink
Remove obsolete exclusion from zookeeper dependency (#797)
Browse files Browse the repository at this point in the history
* Remove slf4j-log4j12 exclusion from zookeeper; this is obsolete.
  Zookeeper hasn't used this dependency since version 3.7.0.
  See https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.7.0
  • Loading branch information
sleberknight authored Sep 27, 2023
1 parent a1cd397 commit b92a188
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,13 +665,6 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<exclusions>
<!-- This conflicts with log4j-over-slf4j which dropwizard brings in -->
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b92a188

Please sign in to comment.