summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorHarald Musum <musum@vespa.ai>2023-12-14 18:29:37 +0100
committerGitHub <noreply@github.com>2023-12-14 18:29:37 +0100
commit2a3b518b8fcc15d3a83d0dcb46e7d02643a9627a (patch)
tree844e820e81bbfa2a9cd37b00cd74335b8c77d14d /clustercontroller-core
parentb81bedb2aabea0a033023ff5d64857f0b15535bb (diff)
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 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.