summaryrefslogtreecommitdiffstats
path: root/zookeeper-client-common
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 /zookeeper-client-common
parent99d143f7ecbc7c0e2c4d55bd325a1c3ca60b22e2 (diff)
Move zookeeper and netty dependency management to parent pom.
Diffstat (limited to 'zookeeper-client-common')
-rw-r--r--zookeeper-client-common/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/zookeeper-client-common/pom.xml b/zookeeper-client-common/pom.xml
index c3dc4629702..f9592a007d1 100644
--- a/zookeeper-client-common/pom.xml
+++ b/zookeeper-client-common/pom.xml
@@ -23,18 +23,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>${zookeeper.client.version}</version>
<scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- compile scope -->