summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-12-15 10:22:52 +0100
committerGitHub <noreply@github.com>2023-12-15 10:22:52 +0100
commit36d1ecc19daff6e8d562ee8110965d7387430150 (patch)
treeecea87acf4f87655088abb51e6dedd848dcf94b7 /zookeeper-command-line-client
parent954785e4eb91286bd166c304e98042ec63b7eb84 (diff)
Revert "Revert "Revert "Jonmv/zk 3.9.1 clients 2"""
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>