symat commented on a change in pull request #1793: URL: https://github.com/apache/zookeeper/pull/1793#discussion_r788527162
########## File path: zookeeper-server/pom.xml ########## @@ -75,8 +75,12 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> Review comment: Hmm... you are right. I didn't think this through. We still need to put logback to the binary distribution as we need some default log engine. -- 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