aboutsummaryrefslogtreecommitdiffstats
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.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml
index c857eb71f0b..3bb19d9596c 100644
--- a/zookeeper-command-line-client/pom.xml
+++ b/zookeeper-command-line-client/pom.xml
@@ -12,6 +12,11 @@
<version>8-SNAPSHOT</version>
<dependencies>
<dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>zookeeper-client-common</artifactId>
<version>${project.version}</version>
@@ -19,6 +24,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>defaults</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>