aboutsummaryrefslogtreecommitdiff
path: root/tools/pom.xml
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-12-10 11:34:10 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-12-10 11:47:16 +0530
commit17db6a9041d5e83d7b6fe47f9c36758d0613fcd6 (patch)
tree6c99fe68332d7bec882be2fd5e50347c3fb3c134 /tools/pom.xml
parentc1201f47e0d44e92da42adb23d27f60d9d494642 (diff)
downloadspark-17db6a9041d5e83d7b6fe47f9c36758d0613fcd6.tar.gz
spark-17db6a9041d5e83d7b6fe47f9c36758d0613fcd6.tar.bz2
spark-17db6a9041d5e83d7b6fe47f9c36758d0613fcd6.zip
Style fixes and addressed review comments at #221
Diffstat (limited to 'tools/pom.xml')
-rw-r--r--tools/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/pom.xml b/tools/pom.xml
index 353d201f90..2bad494fc5 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -33,24 +33,24 @@
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-core_${scala-short.version}</artifactId>
+ <artifactId>spark-core_2.10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-streaming_${scala-short.version}</artifactId>
+ <artifactId>spark-streaming_2.10</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
- <artifactId>scalatest_${scala-short.version}</artifactId>
+ <artifactId>scalatest_2.10</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
- <outputDirectory>target/scala-${scala-short.version}/classes</outputDirectory>
- <testOutputDirectory>target/scala-${scala-short.version}/test-classes</testOutputDirectory>
+ <outputDirectory>target/scala-2.10/classes</outputDirectory>
+ <testOutputDirectory>target/scala-2.10/test-classes</testOutputDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>