summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-13 12:00:00 +0100
committerjonmv <venstad@gmail.com>2023-12-14 15:29:22 +0100
commit87770f47457385aef9b9c4e490865a85849fa39c (patch)
tree285782baff6aaaea0db92bcad08374ae8954e68c /zkfacade
parent4576e6d67df0d48f963f05cb2091d0eb66d4ca90 (diff)
Embed ZK in zookeeper-client-common
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index daaa7dfa14f..7f19a4be80c 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -57,20 +57,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <exclusions>
- <!--
- Container provides wiring for all common log libraries
- Duplicate embedding results in various warnings being printed to stderr
- -->
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<!-- snappy-java and metrics-core are included here
to be able to work with ZooKeeper >= 3.6.2 due to
class loading issues -->