You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/02/08 07:10:36 UTC

incubator-distributedlog git commit: Fix log4j binding issue on binary package

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 1b36687b6 -> 41c7825b4


Fix log4j binding issue on binary package

Author: Sijie Guo <si...@apache.org>

Reviewers: Leigh Stewart <ls...@apache.org>

Closes #122 from sijie/sijie/fix_log4j_issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/41c7825b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/41c7825b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/41c7825b

Branch: refs/heads/master
Commit: 41c7825b4e6f682a5ce9b9bc3e9840c5ddd29f40
Parents: 1b36687
Author: Sijie Guo <si...@apache.org>
Authored: Tue Feb 7 23:10:33 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Feb 7 23:10:33 2017 -0800

----------------------------------------------------------------------
 distributedlog-benchmark/pom.xml | 5 +++++
 distributedlog-service/pom.xml   | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/41c7825b/distributedlog-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml
index 768ff0b..1184907 100644
--- a/distributedlog-benchmark/pom.xml
+++ b/distributedlog-benchmark/pom.xml
@@ -41,6 +41,11 @@
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.distributedlog</groupId>
       <artifactId>distributedlog-core</artifactId>
       <version>${project.parent.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/41c7825b/distributedlog-service/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml
index 43b3349..eaccb6b 100644
--- a/distributedlog-service/pom.xml
+++ b/distributedlog-service/pom.xml
@@ -112,6 +112,11 @@
       <version>${scrooge.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>${slf4j.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-test</artifactId>
       <version>${curator.version}</version>