aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-12-15 15:31:56 +0100
committerGitHub <noreply@github.com>2023-12-15 15:31:56 +0100
commit76a89eb98d9e5ce63cd7a725d3549c38d0b681e8 (patch)
tree5767022d30c0bd4de34a6671e514e1e5c7fb6aea /clustercontroller-core
parent3a9f89fe60e3420eed435daee435a4f8534c9512 (diff)
Revert "Jonmv/reapply zk 3.9.1"
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 579e8dd91bb..7f845a26c73 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -100,7 +100,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>zookeeper-client-common</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<!-- Not used by this module, but compilation fails without it because zookeeper uses these annotations.