summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-04-02 10:07:31 +0200
committerHarald Musum <musum@yahooinc.com>2022-04-02 10:07:31 +0200
commit2039cd855a14d67f453a42e9a424f33e8d8c6595 (patch)
tree01d2c499ad10b0984a0261e4184a61a7b6f27ed8 /zkfacade
parent1bb3dd192f4bcb91e710fe19ca54b2b8935ffb83 (diff)
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>