Repository: kafka
Updated Branches:
refs/heads/0.8.2 91d828a1a -> eb7ac9eb7
kafka-1717; remove netty dependency through ZK 3.4.x; patched by Jun Rao; reviewed by Sriharsha
Chintalapani and Neha Narkhede
Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/eb7ac9eb
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/eb7ac9eb
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/eb7ac9eb
Branch: refs/heads/0.8.2
Commit: eb7ac9eb7eebc4e0655b65e07cae594e61a6c05e
Parents: 91d828a
Author: Jun Rao <junrao@gmail.com>
Authored: Mon Oct 20 11:09:31 2014 -0700
Committer: Jun Rao <junrao@gmail.com>
Committed: Mon Oct 20 11:09:31 2014 -0700
----------------------------------------------------------------------
build.gradle | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kafka/blob/eb7ac9eb/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ee87e0f..c3e6bb8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -235,6 +235,7 @@ project(':core') {
compile.exclude module: 'jmxri'
compile.exclude module: 'jmxtools'
compile.exclude module: 'mail'
+ compile.exclude module: 'netty'
}
tasks.create(name: "copyDependantLibs", type: Copy) {
|