Github user jvz commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/148#discussion_r96145076 --- Diff: ivy.xml --- @@ -41,13 +41,20 @@ <dependencies> <dependency org="org.slf4j" name="slf4j-api" rev="1.7.5"/> - <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.5" transitive="false"/> + + <dependency org="org.apache.logging.log4j" name="log4j-api" rev="2.7" transitive="false"/> + <dependency org="org.apache.logging.log4j" name="log4j-core" rev="2.7" transitive="false"/> + <dependency org="org.apache.logging.log4j" name="log4j-slf4j-impl" rev="2.7" transitive="false"/> + + <!-- disruptor for Async loggers --> + <dependency org="com.lmax" name="disruptor" rev="3.3.0" transitive="false"/> --- End diff -- Why are you using an older version of disruptor?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---