You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/10/20 20:07:56 UTC

git commit: kafka-1717; remove netty dependency through ZK 3.4.x; patched by Jun Rao; reviewed by Sriharsha Chintalapani and Neha Narkhede

Repository: kafka
Updated Branches:
  refs/heads/trunk 5152fb7e8 -> 2d322a7bd


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/2d322a7b
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2d322a7b
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2d322a7b

Branch: refs/heads/trunk
Commit: 2d322a7bd12966e4a66f04b75add619a481ff22d
Parents: 5152fb7
Author: Jun Rao <ju...@gmail.com>
Authored: Mon Oct 20 11:07:44 2014 -0700
Committer: Jun Rao <ju...@gmail.com>
Committed: Mon Oct 20 11:07:44 2014 -0700

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2d322a7b/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) {