Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating b35e29c47 -> da80b093b
Fix log4j binding issue on binary package Author: Sijie Guo <si...@apache.org> Reviewers: Leigh Stewart <lstew...@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/da80b093 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/da80b093 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/da80b093 Branch: refs/heads/release-0.4.0-incubating Commit: da80b093bfcfa93b616f1982e499a2a3769cc1f4 Parents: b35e29c 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:11:34 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/da80b093/distributedlog-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml index 350322f..3c9524c 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_2.10</artifactId> <version>${project.parent.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/da80b093/distributedlog-service/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml index 9fc5c07..cf861d4 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>