aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-18 08:56:04 +0200
committerGitHub <noreply@github.com>2019-10-18 08:56:04 +0200
commit09b9a84eeb6b2124c356bc1065fd54b596abb37e (patch)
tree0c036212979e337d4b7e24c776551d418e2209f0 /clustercontroller-apps
parentfe339a813ef41dee606b52a26d75211c84053761 (diff)
parent8335ad4157c88face97bb00b07f1239fb9c5269b (diff)
Merge pull request #11010 from vespa-engine/hmusum/move-ZooKeeperServer
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>