aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-repository/pom.xml')
-rw-r--r--node-repository/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/node-repository/pom.xml b/node-repository/pom.xml
index 75bff479f42..fc4d02ca574 100644
--- a/node-repository/pom.xml
+++ b/node-repository/pom.xml
@@ -118,6 +118,12 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>