aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2019-10-22 10:06:11 +0200
committerGitHub <noreply@github.com>2019-10-22 10:06:11 +0200
commit4c5443f83bd82d61fd42630bffffceaad516bacb (patch)
tree2de96057057b40142af041bd73f7dfab46285af2 /zookeeper-server/pom.xml
parent92e034562a0d0ff8f0ae144074a93b782140c950 (diff)
Revert "Reapply "move ZooKeeperServer to another module""
Diffstat (limited to 'zookeeper-server/pom.xml')
-rw-r--r--zookeeper-server/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index 3ccda41d1b9..54d73b8a702 100644
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -45,12 +45,6 @@
<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>