aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-14 14:52:38 +0100
committerjonmv <venstad@gmail.com>2023-12-14 15:29:23 +0100
commitcbc3f015877d0fc4a0948b6cf50a4f6f5e7a09be (patch)
tree99cf61e2475a785c678916f177a914e42bf99c97 /zookeeper-command-line-client/pom.xml
parent82f584faa3cd7dfa34a38e134f32d3096ad5fa95 (diff)
Try to depend on modified zk-server module instead
Diffstat (limited to 'zookeeper-command-line-client/pom.xml')
-rw-r--r--zookeeper-command-line-client/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 3bb19d9596c..1a504e3e703 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -12,8 +12,9 @@
<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>