aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-10-05 17:53:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-10-05 22:07:00 -0700
commitaa9fb849940bb7220286ce327f4fdb1706c6390e (patch)
tree5658cef11f24e98d5083a93320b9d465eb4f54ef /mllib/pom.xml
parent4a25b116d4e451afdf10fc4f018c383ed2c7789a (diff)
downloadspark-aa9fb849940bb7220286ce327f4fdb1706c6390e.tar.gz
spark-aa9fb849940bb7220286ce327f4fdb1706c6390e.tar.bz2
spark-aa9fb849940bb7220286ce327f4fdb1706c6390e.zip
Merging build changes in from 0.8
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 4ef4f0ae4e..f472082ad1 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-mllib</artifactId>
+ <artifactId>spark-mllib_2.9.3</artifactId>
<packaging>jar</packaging>
<name>Spark Project ML Library</name>
<url>http://spark.incubator.apache.org/</url>
@@ -34,7 +34,7 @@
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-core</artifactId>
+ <artifactId>spark-core_2.9.3</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -48,12 +48,12 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_${scala.version}</artifactId>
+ <artifactId>scalatest_2.9.3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
- <artifactId>scalacheck_${scala.version}</artifactId>
+ <artifactId>scalacheck_2.9.3</artifactId>
<scope>test</scope>
</dependency>
<dependency>