aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'zkfacade/pom.xml')
-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>