summaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-23 08:42:02 +0200
committerGitHub <noreply@github.com>2019-10-23 08:42:02 +0200
commitb78e0c824da403cb75ed86df6bb7d9fbdf7b5af5 (patch)
treeae7cfb784ba1ebc9268463c2376ce474698adb80 /clustercontroller-apps
parent5129c936bd24bf2123372c4b2245ed836101cde1 (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>