aboutsummaryrefslogtreecommitdiff
path: root/new-yarn/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-15 20:30:21 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-16 21:53:51 -0800
commitc6f95e603e2c58b2fab6255c824a839807f03026 (patch)
tree7b11d9a3374b1b86dbf318832ef11b6bfe875e44 /new-yarn/pom.xml
parent964a3b6971716823f473f672611951d1e489a552 (diff)
downloadspark-c6f95e603e2c58b2fab6255c824a839807f03026.tar.gz
spark-c6f95e603e2c58b2fab6255c824a839807f03026.tar.bz2
spark-c6f95e603e2c58b2fab6255c824a839807f03026.zip
Attempt with extra repositories
Diffstat (limited to 'new-yarn/pom.xml')
-rw-r--r--new-yarn/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/new-yarn/pom.xml b/new-yarn/pom.xml
index 8a065c6d7d..4cd28f34e3 100644
--- a/new-yarn/pom.xml
+++ b/new-yarn/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-yarn_2.9.3</artifactId>
+ <artifactId>spark-yarn_2.10</artifactId>
<packaging>jar</packaging>
<name>Spark Project YARN Support</name>
<url>http://spark.incubator.apache.org/</url>
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-core_2.9.3</artifactId>
+ <artifactId>spark-core_2.10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -63,7 +63,7 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_2.9.3</artifactId>
+ <artifactId>scalatest_2.10</artifactId>
<scope>test</scope>
</dependency>
<dependency>