aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-20 19:56:41 +0200
committerGitHub <noreply@github.com>2019-10-20 19:56:41 +0200
commit20138e8a44b6084b6930fc84f312266866b1c69c (patch)
tree7c68d3d819de34fba21647c4da98f5204fb0aa74 /clustercontroller-apps
parent5a7a981b3d5e763ec363e1b2463b12d392d292bf (diff)
Revert "Revert "Move ZooKeeperServer to another module""
Diffstat (limited to 'clustercontroller-apps')
-rw-r--r--clustercontroller-apps/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/clustercontroller-apps/pom.xml b/clustercontroller-apps/pom.xml
index acd9656db38..8d8255493bf 100644
--- a/clustercontroller-apps/pom.xml
+++ b/clustercontroller-apps/pom.xml
@@ -54,6 +54,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>zookeeper-server</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<scope>test</scope>