summaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-12-17 12:45:29 +0100
committerjonmv <venstad@gmail.com>2023-12-17 12:45:29 +0100
commit5eb199b2b5670458324c4e6073a5a810bee33364 (patch)
treecaf488f7fe3c1d0c4062248d394547384d8ab21c /zkfacade/pom.xml
parentf9c603a4bb98169c29372e93ebaf8203deb24089 (diff)
Revert "Merge pull request #29683 from vespa-engine/revert-29678-jonmv/reapply-zk-3.9.1"
This reverts commit c8ece8b229362c7bf725e4433ef4fec86024cd29, reversing changes made to d42b67f0fe821d122548a345f27fda7f9c9c9d10.
Diffstat (limited to 'zkfacade/pom.xml')
-rw-r--r--zkfacade/pom.xml33
1 files changed, 3 insertions, 30 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index daaa7dfa14f..02be1006bc3 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -58,36 +58,9 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <exclusions>
- <!--
- Container provides wiring for all common log libraries
- Duplicate embedding results in various warnings being printed to stderr
- -->
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- snappy-java and metrics-core are included here
- to be able to work with ZooKeeper >= 3.6.2 due to
- class loading issues -->
- <dependency>
- <groupId>io.dropwizard.metrics</groupId>
- <artifactId>metrics-core</artifactId>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.xerial.snappy</groupId>
- <artifactId>snappy-java</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>${zookeeper.client.artifactId}</artifactId>
+ <version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>