summaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
parenta1a482050ac224e299765c98bac064428059a345 (diff)
Cleanup exclusions and remove stray file
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index f99f854217c..fc9bfbe9183 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -559,23 +559,11 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>${curator.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>