summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-12-14 17:42:54 +0100
committerGitHub <noreply@github.com>2023-12-14 17:42:54 +0100
commitb81bedb2aabea0a033023ff5d64857f0b15535bb (patch)
tree90c35a9a1daa6625e684d9f9061c6ff128f32cb0 /clustercontroller-core
parent6f0cc5cac45ba97c6365aafde252ff1d1a80f088 (diff)
parentd1f52df9f96ec7375994ff68966daa9217954381 (diff)
Merge pull request #29658 from vespa-engine/jonmv/zk-3.9.1-clients-2
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.