aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-command-line-client
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-24 21:01:15 +0200
committerHarald Musum <musum@verizonmedia.com>2019-10-24 21:01:15 +0200
commit01aa1aecf556d2099913991a7345325f730c725b (patch)
tree0aead4d166dd4f1641b9a096b1cd3c2469212c4d /zookeeper-command-line-client
parentbb7cef0fb468b84be7e80395ccfccd5522ef5e78 (diff)
Create seperate bundles compiled against different ZooKeeper versions
Also a common bundle containing just the interface. Use 3.4 bundle by default
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 -->