aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-07-30 16:32:40 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-07-30 16:32:40 -0700
commit04c8409107710fc9a625ee513d68c149745539f3 (patch)
tree06ea6967bfb28e9434df01dde3550eede9258c19 /core/pom.xml
parent157840d1b14502a4f25cff53633c927998c6ada1 (diff)
downloadspark-04c8409107710fc9a625ee513d68c149745539f3.tar.gz
spark-04c8409107710fc9a625ee513d68c149745539f3.tar.bz2
spark-04c8409107710fc9a625ee513d68c149745539f3.zip
[SPARK-9199] [CORE] Update Tachyon dependency from 0.6.4 -> 0.7.0
No new dependencies are added. The exclusion changes are due to the change in tachyon-client 0.7.0's project structure. There is no client side API change in Tachyon 0.7.0 so no code changes are required. Author: Calvin Jia <jia.calvin@gmail.com> Closes #7577 from calvinjia/SPARK-9199 and squashes the following commits: 4e81e40 [Calvin Jia] Update Tachyon dependency from 0.6.4 -> 0.7.0
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml34
1 files changed, 5 insertions, 29 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 6fa87ec6a2..2026787791 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -286,7 +286,7 @@
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
- <version>0.6.4</version>
+ <version>0.7.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
@@ -297,36 +297,12 @@
<artifactId>curator-recipes</artifactId>
</exclusion>
<exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-jsp</artifactId>
+ <groupId>org.tachyonproject</groupId>
+ <artifactId>tachyon-underfs-glusterfs</artifactId>
</exclusion>
<exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-webapp</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-server</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-module-junit4</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-test</artifactId>
+ <groupId>org.tachyonproject</groupId>
+ <artifactId>tachyon-underfs-s3</artifactId>
</exclusion>
</exclusions>
</dependency>