Repository: kafka Updated Branches: refs/heads/trunk 1cc44830b -> 637f9a316
HOTFIX: log4j-appender not getting built Author: Ashish Singh <[email protected]> Reviewers: Gwen Shapira Closes #395 from SinghAsDev/HOTFIX-Log4jAppender Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/637f9a31 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/637f9a31 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/637f9a31 Branch: refs/heads/trunk Commit: 637f9a31660bebd0a3b94d930792e0b19405acd0 Parents: 1cc4483 Author: Ashish Singh <[email protected]> Authored: Fri Oct 30 17:08:45 2015 -0700 Committer: Gwen Shapira <[email protected]> Committed: Fri Oct 30 17:08:45 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/637f9a31/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1987516..1c3bd63 100644 --- a/build.gradle +++ b/build.gradle @@ -254,7 +254,7 @@ project(':core') { dependencies { compile project(':clients') - compile "$slf4jlog4j" + compile project(':log4j-appender') compile "org.scala-lang:scala-library:$scalaVersion" compile 'org.apache.zookeeper:zookeeper:3.4.6' compile 'com.101tec:zkclient:0.6'
