aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-10-30 16:12:33 -0700
committerYin Huai <yhuai@databricks.com>2015-10-30 16:12:33 -0700
commite8ec2a7b01cc86329a6fbafc3d371bdfd79fc1d6 (patch)
tree951080f359782e6c4eca13708abdd3ddfa1240c1 /core/pom.xml
parent45029bfdea42eb8964f2ba697859687393d2a558 (diff)
downloadspark-e8ec2a7b01cc86329a6fbafc3d371bdfd79fc1d6.tar.gz
spark-e8ec2a7b01cc86329a6fbafc3d371bdfd79fc1d6.tar.bz2
spark-e8ec2a7b01cc86329a6fbafc3d371bdfd79fc1d6.zip
Revert "[SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0."
This reverts commit 4f5e60c647d7d6827438721b7fabbc3a57b81023.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index dff40e91ad..319a50049a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -266,7 +266,7 @@
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
- <version>0.8.0</version>
+ <version>0.7.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
@@ -288,6 +288,10 @@
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-glusterfs</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.tachyonproject</groupId>
+ <artifactId>tachyon-underfs-s3</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>