summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-15 17:04:22 +0100
committerjonmv <venstad@gmail.com>2023-12-15 17:04:22 +0100
commit9cf9e62f0d97a0530936c829062320859d3db06c (patch)
treeeb1fad9d94f1494eb065cd84985a277dd6d5c48c /zookeeper-command-line-client
parent28f8cf3e298d51ca703ceee36a992297d38637cc (diff)
Revert "Merge pull request #29674 from vespa-engine/revert-29671-jonmv/reapply-zk-3.9.1"
This reverts commit 28f8cf3e298d51ca703ceee36a992297d38637cc, reversing changes made to 3a9f89fe60e3420eed435daee435a4f8534c9512.
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index dae8fdc671b..64208e283bf 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -12,8 +12,10 @@
<version>8-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>${zookeeper.client.artifactId}</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -23,6 +25,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>defaults</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>security-utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
@@ -50,11 +58,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<!-- Needed by zookeeper, which only has an optional dependency. -->
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>