aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-25 23:54:52 +0200
committerGitHub <noreply@github.com>2019-10-25 23:54:52 +0200
commitbb0232003a3e077da04815d065d603d6a53e20c0 (patch)
treec790f4b69b9165e4354c511b4bddf2d126ce4922 /zookeeper-command-line-client
parentb4b92200de63b327f8d4bcea4ccb33b79f0b4138 (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 -->