Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[SPARK-10421] [build] Exclude curator-framework from tachyon dependency.
This avoids it being mistakenly pulled instead of the newer one that
Spark actually uses. Spark only depends on curator-framework transitively,
so sometimes maven just decides to pick tachyon's version of that
dependency for whatever reason.
  • Loading branch information
Marcelo Vanzin committed Sep 2, 2015
commit 8d8683c89202634bbf8790161537ce6de4392a9c
4 changes: 4 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
Expand Down