aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-21 12:37:23 +0200
committerGitHub <noreply@github.com>2019-10-21 12:37:23 +0200
commit1d7aafe4f77771a92725a34e5b9dcb5a21967e9c (patch)
tree126c30e3d06a5d141b00fa4f033d2410c596777d /clustercontroller-apps
parent38d3fedeb51ff66e86a8bd1ccdfeabbcc11b642d (diff)
Revert "Revert "Reapply "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>