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/10 18:34:17 UTC

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

Repository: samza
Updated Branches:
  refs/heads/master b00ebd21a -> 07f28e948


Revert "SAMZA-1553: Add log4j for latest Kafka build"

This reverts commit 5238aaa6cee81a87079c9d432204422ececea793.


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

Branch: refs/heads/master
Commit: 07f28e9483ba9c69f44fd7634f6fef6dc47ecd0c
Parents: b00ebd2
Author: xiliu <xi...@xiliu-ld1.linkedin.biz>
Authored: Wed Jan 10 10:33:23 2018 -0800
Committer: xiliu <xi...@xiliu-ld1.linkedin.biz>
Committed: Wed Jan 10 10:33:23 2018 -0800

----------------------------------------------------------------------
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/07f28e94/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c12b177..04b42f2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -373,7 +373,6 @@ 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"