aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-18 08:56:15 +0200
committerGitHub <noreply@github.com>2019-10-18 08:56:15 +0200
commit26b8e6a8f25e4df000bc0143ef1b295efd5d4e4e (patch)
tree0a65db84c7b15ea390aa79694ac73ab8b59d3695 /clustercontroller-apps
parent09b9a84eeb6b2124c356bc1065fd54b596abb37e (diff)
Revert "Move ZooKeeperServer to another module"
Diffstat (limited to 'clustercontroller-apps')
-rw-r--r--clustercontroller-apps/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/clustercontroller-apps/pom.xml b/clustercontroller-apps/pom.xml
index 8d8255493bf..acd9656db38 100644
--- a/clustercontroller-apps/pom.xml
+++ b/clustercontroller-apps/pom.xml
@@ -54,12 +54,6 @@
<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>