Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/417#discussion_r153334347
--- Diff: ivy.xml ---
@@ -90,6 +90,69 @@
<dependency org="org.owasp" name="dependency-check-ant"
rev="${dependency-check-ant.version}"
conf="owasp->default"/>
+ <dependency org="commons-io" name="commons-io"
+ rev="${commons-io.version}" conf="test->default"/>
+
+ <dependency org="org.apache.kerby" name="kerby-config"
rev="${kerby.version}" conf="test->default">
+ <exclude org="org.slf4j" module="slf4j-api"/>
--- End diff --
I reduced the number of excludes to the minimum that I think is necessary.
Not sure why the ivy "stict" resolution change is not in 3.5. I'll investigate
---