summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
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-command-line-client
parent99d143f7ecbc7c0e2c4d55bd325a1c3ca60b22e2 (diff)
Move zookeeper and netty dependency management to parent pom.
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index a0c268e0f95..ae3f5b3bfa1 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -14,18 +14,6 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>${zookeeper.client.version}</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <!-- This is the log4j 1.2 binding for slf4j. Must not be used with log4j-over-slf4j (see below) -->
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>