summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 09:30:14 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 09:30:14 +0100
commit2b52683a188e2aade026ecaf41dc483f37e22526 (patch)
tree1ec83ffed8f56691dbbf7d155aba7df60de4b0e1 /zkfacade
parent99d143f7ecbc7c0e2c4d55bd325a1c3ca60b22e2 (diff)
Move zookeeper and netty dependency management to parent pom.
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 41053585185..5303c791e15 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -65,25 +65,6 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>${zookeeper.client.version}</version>
- <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>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- snappy-java and metrics-core are included here
to be able to work with ZooKeeper >= 3.6.2 due to