aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-09-26 10:48:24 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-09-26 10:48:24 +0530
commit7ff4c2d399e1497966689cbe13edf2cd2a9a29b1 (patch)
tree6542b94fe87970b52dcea84352482698ae5ed738 /mllib/pom.xml
parent276c37a51c9a6188dbbe02754935540ace338dd1 (diff)
downloadspark-7ff4c2d399e1497966689cbe13edf2cd2a9a29b1.tar.gz
spark-7ff4c2d399e1497966689cbe13edf2cd2a9a29b1.tar.bz2
spark-7ff4c2d399e1497966689cbe13edf2cd2a9a29b1.zip
fixed maven build for scala 2.10
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 966caf6835..f4190148b1 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -48,12 +48,12 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_${scala.version}</artifactId>
+ <artifactId>scalatest_2.10</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
- <artifactId>scalacheck_${scala.version}</artifactId>
+ <artifactId>scalacheck_2.10</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -63,8 +63,8 @@
</dependency>
</dependencies>
<build>
- <outputDirectory>target/scala-${scala.version}/classes</outputDirectory>
- <testOutputDirectory>target/scala-${scala.version}/test-classes</testOutputDirectory>
+ <outputDirectory>target/scala-${scala-short.version}/classes</outputDirectory>
+ <testOutputDirectory>target/scala-${scala-short.version}/test-classes</testOutputDirectory>
<plugins>
<plugin>
<groupId>org.scalatest</groupId>