aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorRongGu <gurongwalker@gmail.com>2014-11-09 23:48:15 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-11-09 23:48:15 -0800
commitbd86cb1738800a0aa4c88b9afdba2f97ac6cbf25 (patch)
treec6365e11bdd4ad8b2124f72464c0ed3a680aac49 /core/pom.xml
parent227488d8cd25d1ef0a53189adfd4797bf01fdf3c (diff)
downloadspark-bd86cb1738800a0aa4c88b9afdba2f97ac6cbf25.tar.gz
spark-bd86cb1738800a0aa4c88b9afdba2f97ac6cbf25.tar.bz2
spark-bd86cb1738800a0aa4c88b9afdba2f97ac6cbf25.zip
[SPARK-2703][Core]Make Tachyon related unit tests execute without deploying a Tachyon system locally.
Make Tachyon related unit tests execute without deploying a Tachyon system locally. Author: RongGu <gurongwalker@gmail.com> Closes #3030 from RongGu/SPARK-2703 and squashes the following commits: ad08827 [RongGu] Make Tachyon related unit tests execute without deploying a Tachyon system locally
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 41296e0eca..92e9f1fc46 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -206,6 +206,13 @@
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
+ <artifactId>tachyon</artifactId>
+ <version>0.5.0</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
<version>0.5.0</version>
<exclusions>