aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-22 12:16:40 +0200
committerGitHub <noreply@github.com>2019-10-22 12:16:40 +0200
commit1e1c32d1e7bbe6edc7741e34bafeec6dcca5c3ac (patch)
tree0ddd78f50666f45a80a46afd95f0dd4538845e1b /zookeeper-server/pom.xml
parent9197d19c98cf6e81164851c672183c50e1e00409 (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>