Github user rakeshadr commented on the issue:
https://github.com/apache/zookeeper/pull/178
Please add `transitive="false"` explicitly to checkstyle artifcat.
```
<dependency org="checkstyle" name="checkstyle" rev="5.0"
conf="test->default" transitive="false"/>
```
Otw, this is pulling the following dependencies to the `.classpath`, which
is not required.
commons-beanutils-core-1.7.0.jar" />
commons-cli-1.0.jar" />
commons-logging-1.0.3.jar" />
google-collections-0.9.jar" />
We have tried an attempt to simplify `ivy.xml` by removing the
`transitive="false"` flag in build.xml. On the other side, we could enforce
adding `transitive="false"` explicitly in ivy. This behavior only needed in
branch-3.4, because we can use `Kerby` in branch-3.5+ for MiniKdc test
automation.
@hanm, @phunt, would be great to see your feedback on the fix.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---