Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/415#discussion_r152349015
--- Diff: build.xml ---
@@ -1817,7 +1817,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
description="Create eclipse project files">
<ivy:resolve useOrigin="true" conf="test"/>
<ivy:cachepath pathid="default.path.id" conf="default" />
- <ivy:cachepath pathid="junit.path.id" conf="test"
transitive="false"/>
+ <ivy:cachepath pathid="junit.path.id" conf="test"
transitive="true"/>
--- End diff --
nit: we can just remove the transitive property to be consistent
---