You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 18:48:20 UTC

samza git commit: SAMZA-1553: Add log4j for latest Kafka build

Repository: samza
Updated Branches:
  refs/heads/master 7954815ca -> 5238aaa6c


SAMZA-1553: Add log4j for latest Kafka build

Add it so Samza compiles with the latest kafka.

Author: xiliu <xi...@xiliu-ld1.linkedin.biz>

Reviewers: Boris Shkolnik <sb...@gmail.com>

Closes #402 from xinyuiscool/SAMZA-1553


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/5238aaa6
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/5238aaa6
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/5238aaa6

Branch: refs/heads/master
Commit: 5238aaa6cee81a87079c9d432204422ececea793
Parents: 7954815
Author: Xinyu Liu <xi...@gmail.com>
Authored: Tue Jan 9 10:48:10 2018 -0800
Committer: xiliu <xi...@xiliu-ld1.linkedin.biz>
Committed: Tue Jan 9 10:48:10 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/samza/blob/5238aaa6/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 04b42f2..c12b177 100644
--- a/build.gradle
+++ b/build.gradle
@@ -373,6 +373,7 @@ project(":samza-kafka_$scalaVersion") {
   dependencies {
     compile project(':samza-api')
     compile project(":samza-core_$scalaVersion")
+    compile "log4j:log4j:$log4jVersion"
     compile "org.scala-lang:scala-library:$scalaLibVersion"
     compile "com.101tec:zkclient:$zkClientVersion"
     compile "org.apache.zookeeper:zookeeper:$zookeeperVersion"