aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-22 10:34:08 +0200
committerGitHub <noreply@github.com>2019-10-22 10:34:08 +0200
commitf97f7cd2b489e1fa1d45e6c3315399fd858e677e (patch)
tree19d4816db260226e5514f633cbb66806872dde4d /zookeeper-server/pom.xml
parent6566f3ff831fff8419ca32c692289b86448ac31c (diff)
Revert "Revert "Reapply "move ZooKeeperServer to another module"""
Diffstat (limited to 'zookeeper-server/pom.xml')
-rw-r--r--zookeeper-server/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 54d73b8a702..3ccda41d1b9 100644
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -45,6 +45,12 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
+ <dependency>
+ <!-- Needed to have the same version as slf4j-api -->
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.7.5</version>
+ </dependency>
</dependencies>
<build>
<plugins>