Skip to content

Commit 208fbca

Browse files
author
Marcelo Vanzin
committed
[SPARK-10421] [BUILD] Exclude curator artifacts from tachyon dependencies.
This avoids them being mistakenly pulled instead of the newer ones that Spark actually uses. Spark only depends on these artifacts transitively, so sometimes maven just decides to pick tachyon's version of the dependency for whatever reason. Author: Marcelo Vanzin <[email protected]> Closes #8577 from vanzin/SPARK-10421.
1 parent 08b0750 commit 208fbca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

core/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@
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>
279+
<exclusion>
280+
<groupId>org.apache.curator</groupId>
281+
<artifactId>curator-framework</artifactId>
282+
</exclusion>
275283
<exclusion>
276284
<groupId>org.apache.curator</groupId>
277285
<artifactId>curator-recipes</artifactId>

0 commit comments

Comments
 (0)