GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/430
MINOR: Remove copyDependantTestLibs from jar dependencies _copyDependantTestLibs_ was added temporarily as a dependency of _jar_ task to enable SASL system tests to be run with MiniKdc without changing the automated system test runs which run _gradlew clean jar_. Since the build target _systemTestLibs_ is already in Kafka build.gradle, the Confluent automated test runs can now run _gradlew clean systemTestLibs_ instead. This PR provides the final change to remove _copyDependantTestLibs_ from the _jar_ task. This should be committed only after the Confluent automated sytem test build script is updated, to avoid breaking any builds. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka minor-systemtestlibs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/430.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #430 ---- commit 7e02b4598ea362bdcb9bbc0e977d324b43d04078 Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2015-11-05T15:27:17Z MINOR: Remove copyDependantTestLibs from jar dependencies ---- --- 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. ---