summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-08 16:17:54 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-09 09:45:13 +0100
commit26bff2025dd7e40fff4a09ff7052079965acf9c2 (patch)
tree17f9f6ce48f4acc3ef075b3a0cf7460d1fa2f8fb
parentbc783b846aaee0cfc2249d57b8d4faa8d0019a81 (diff)
Depend on zookeeper-server-common
Ensure extra required ZK dependencies are present on test classpath
-rw-r--r--clustercontroller-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index ee503d91540..8d62acb0fb4 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -73,6 +73,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>zookeeper-server-common</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<!-- Not used by this module, but compilation fails without it because zookeeper uses these annotations.
Provided scoped here to avoid dependents getting it transitively. -->
<groupId>com.github.spotbugs</groupId>