summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2022-04-04 11:03:22 +0200
committerGitHub <noreply@github.com>2022-04-04 11:03:22 +0200
commit64d0102f9931a01d31976e85b585b9e63894f08e (patch)
tree90e23de38280d707b6e5aeccb116804a2d090026 /zkfacade
parentf0664db5ab90a0bfd3bd190f7bd0a34019a645ac (diff)
parent2039cd855a14d67f453a42e9a424f33e8d8c6595 (diff)
Merge pull request #21949 from vespa-engine/hmusum/make-zk-command-line-client-depend-on-snappy
Move dependency management to parent, depend on snappy-java for cmd line
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index fd02410d03f..86a60702c26 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -86,13 +86,12 @@
</exclusions>
</dependency>
<!-- snappy-java and metrics-core are included here
- to be able to work with ZooKeeper 3.6.2 due to
+ 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>
- <version>3.2.5</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -104,7 +103,6 @@
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<scope>compile</scope>
- <version>1.1.7</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>