summaryrefslogtreecommitdiffstats
path: root/zkfacade/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-08-16 21:41:33 +0200
committerHarald Musum <musum@verizonmedia.com>2020-08-16 21:41:33 +0200
commit88166e66ef583e4e380fefd3c22e35b03a0f9f23 (patch)
tree4cd54eb52bceab5547768b7ba97065b441ba9f60 /zkfacade/pom.xml
parenta1a482050ac224e299765c98bac064428059a345 (diff)
Cleanup exclusions and remove stray file
Diffstat (limited to 'zkfacade/pom.xml')
-rw-r--r--zkfacade/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 8d7ff885995..c160d935788 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -44,12 +44,6 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
@@ -61,10 +55,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>