ctubbsii commented on code in PR #2294: URL: https://github.com/apache/zookeeper/pull/2294#discussion_r2280026907
########## zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml: ########## @@ -90,10 +94,6 @@ <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - </dependency> Review Comment: logback-core is a transitive dependency of logback-classic. There's no reason to include it explicitly, since it should automatically get included as a transitive dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org