summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-12-15 15:31:56 +0100
committerGitHub <noreply@github.com>2023-12-15 15:31:56 +0100
commit76a89eb98d9e5ce63cd7a725d3549c38d0b681e8 (patch)
tree5767022d30c0bd4de34a6671e514e1e5c7fb6aea /zookeeper-command-line-client
parent3a9f89fe60e3420eed435daee435a4f8534c9512 (diff)
Revert "Jonmv/reapply zk 3.9.1"
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 64208e283bf..dae8fdc671b 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -12,10 +12,8 @@
<version>8-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>${zookeeper.client.artifactId}</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -25,12 +23,6 @@
</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>
@@ -58,6 +50,11 @@
<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>