We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8683c commit a320d1bCopy full SHA for a320d1b
core/pom.xml
@@ -272,6 +272,10 @@
272
<groupId>org.apache.hadoop</groupId>
273
<artifactId>hadoop-client</artifactId>
274
</exclusion>
275
+ <exclusion>
276
+ <groupId>org.apache.curator</groupId>
277
+ <artifactId>curator-client</artifactId>
278
+ </exclusion>
279
<exclusion>
280
<groupId>org.apache.curator</groupId>
281
<artifactId>curator-framework</artifactId>
0 commit comments