summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-09-08 21:10:33 +0200
committergjoranv <gv@verizonmedia.com>2019-09-10 14:02:21 +0200
commitddf2e1afd6fae98dffd8d6862d2fc5bfd3c95a33 (patch)
tree30c56172e3d9991f37f4c7051a7ac2a119c5aa24 /zkfacade
parentfcfed68a793edb8ca4e8b402988e82f1602c45bb (diff)
Fix
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index a479f22901e..2e016e71132 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -69,14 +69,6 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
- <!-- Needed to avoid issue with zookeeper importing this artifact, but we don't provide it -->
-<!--
- <dependency>
-
- <groupId>net.jpountz.lz4</groupId>
- <artifactId>lz4</artifactId>
- </dependency>
--->
</dependencies>
<build>
<plugins>