aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-14 15:56:41 +0100
committerjonmv <venstad@gmail.com>2023-12-14 15:56:41 +0100
commit7056c874accfdaafd4d12fccd980fb519c305d3a (patch)
tree446afd2fdec03261acf17db313ee0b841b39a1ad /clustercontroller-core
parent5e7a99e8a9c2cbb896962c67585d1d774490bf3b (diff)
Get zk-client-common through zkfacade
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.