summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-12-14 18:56:52 +0100
committerGitHub <noreply@github.com>2023-12-14 18:56:52 +0100
commit21ce1b6512aecdf1f74dd1570840243cbff90ea8 (patch)
tree90c35a9a1daa6625e684d9f9061c6ff128f32cb0 /clustercontroller-core
parent87bd46287bd1813d8096d907ff8bdcd8dadc82be (diff)
Revert "Revert "Jonmv/zk 3.9.1 clients 2""
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 7f845a26c73..579e8dd91bb 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>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<!-- Not used by this module, but compilation fails without it because zookeeper uses these annotations.