diff --git a/core/pom.xml b/core/pom.xml index 4f79d71bf85fa230b3debe34dd0dbf797185c9ce..a46292c13bcc072a69cb7595bd4fe432b905dbf6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -272,6 +272,14 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.curator</groupId> + <artifactId>curator-client</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.curator</groupId> + <artifactId>curator-framework</artifactId> + </exclusion> <exclusion> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId>