Skip to content

Commit a320d1b

Browse files
author
Marcelo Vanzin
committed
Also need to exclude curator-client.
1 parent 8d8683c commit a320d1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@
272272
<groupId>org.apache.hadoop</groupId>
273273
<artifactId>hadoop-client</artifactId>
274274
</exclusion>
275+
<exclusion>
276+
<groupId>org.apache.curator</groupId>
277+
<artifactId>curator-client</artifactId>
278+
</exclusion>
275279
<exclusion>
276280
<groupId>org.apache.curator</groupId>
277281
<artifactId>curator-framework</artifactId>

0 commit comments

Comments
 (0)