From 5b5f803eb7ae6a8b601485a779c21f33f60f281c Mon Sep 17 00:00:00 2001 From: Jun Rao Date: Mon, 20 Oct 2014 08:14:44 -0700 Subject: [PATCH] remove netty from kafka dependency manually until ZOOKEEPER-1681 is fixed --- build.gradle | 1 + 1 file changed, 1 insertion(+) 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) { -- 1.8.5.2 (Apple Git-48)