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.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index 748a156b30c..c186b377eb6 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -17,6 +17,18 @@
<version>${zookeeper.client.version}</version>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>zookeeper-client-common</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>security-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<!-- Needed by vespa-zkcli -->
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
@@ -34,7 +46,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>org.apache.zookeeper.ZooKeeperMain</mainClass>
+ <mainClass>com.yahoo.vespa.zookeeper.cli.Main</mainClass>
</manifest>
</archive>
<descriptorRefs>