summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client/pom.xml
diff options
context:
space:
mode:
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>