aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-09-03 15:10:30 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2015-09-03 15:10:30 -0700
commit208fbca102c269c52eaf84bdde9838474ded276b (patch)
treeee804ba6ad6f98723e56aa2d3e83a388fc940085 /core
parent08b07509746667791db7dbfa1b329b0e221044bb (diff)
downloadspark-208fbca102c269c52eaf84bdde9838474ded276b.tar.gz
spark-208fbca102c269c52eaf84bdde9838474ded276b.tar.bz2
spark-208fbca102c269c52eaf84bdde9838474ded276b.zip
[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 <vanzin@cloudera.com> Closes #8577 from vanzin/SPARK-10421.
Diffstat (limited to 'core')
-rw-r--r--core/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 4f79d71bf8..a46292c13b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -274,6 +274,14 @@
</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>
</exclusion>
<exclusion>