summaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-22 12:16:40 +0200
committerGitHub <noreply@github.com>2019-10-22 12:16:40 +0200
commit1e1c32d1e7bbe6edc7741e34bafeec6dcca5c3ac (patch)
tree0ddd78f50666f45a80a46afd95f0dd4538845e1b /configserver/pom.xml
parent9197d19c98cf6e81164851c672183c50e1e00409 (diff)
Revert "Reapply "Move ZooKeeperServer to another module""
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index de7fe02452f..778b6264f5e 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -191,12 +191,6 @@
<scope>compile</scope> <!-- TODO Should ideally be provided, but this bundle is not installed as part of configserver. Orchestrator bundle also includes jaxrs_client_utils in compile scope -->
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>zookeeper-server</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>provided</scope>