summaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-26 21:46:17 +0200
committerGitHub <noreply@github.com>2019-10-26 21:46:17 +0200
commit19987a0f2da4256cee40ef66e2c3387c7c70d026 (patch)
treec1e0f656e8ab810986c42e1386a8ed5b69f5540c /zookeeper-command-line-client
parent1aad92f3e9f69e39efa4fd35379ff0f640a31640 (diff)
Revert "Revert "Reapply "Create seperate bundles compiled against different ZooKeeper versions"""
Diffstat (limited to 'zookeeper-command-line-client')
-rw-r--r--zookeeper-command-line-client/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index f4b75aba906..748a156b30c 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -14,6 +14,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
+ <version>${zookeeper.client.version}</version>
</dependency>
<dependency>
<!-- Needed by vespa-zkcli -->