Repository: spark
Updated Branches:
  refs/heads/master 08b075097 -> 208fbca10


[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.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/208fbca1
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/208fbca1
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/208fbca1

Branch: refs/heads/master
Commit: 208fbca102c269c52eaf84bdde9838474ded276b
Parents: 08b0750
Author: Marcelo Vanzin <[email protected]>
Authored: Thu Sep 3 15:10:30 2015 -0700
Committer: Marcelo Vanzin <[email protected]>
Committed: Thu Sep 3 15:10:30 2015 -0700

----------------------------------------------------------------------
 core/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/208fbca1/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 4f79d71..a46292c 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to