aboutsummaryrefslogtreecommitdiff
path: root/streaming
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 /streaming
parent4a25b116d4e451afdf10fc4f018c383ed2c7789a (diff)
downloadspark-aa9fb849940bb7220286ce327f4fdb1706c6390e.tar.gz
spark-aa9fb849940bb7220286ce327f4fdb1706c6390e.tar.bz2
spark-aa9fb849940bb7220286ce327f4fdb1706c6390e.zip
Merging build changes in from 0.8
Diffstat (limited to 'streaming')
-rw-r--r--streaming/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index b260a72abb..3b25fb49fb 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.spark</groupId>
- <artifactId>spark-streaming</artifactId>
+ <artifactId>spark-streaming_2.9.3</artifactId>
<packaging>jar</packaging>
<name>Spark Project Streaming</name>
<url>http://spark.incubator.apache.org/</url>
@@ -42,7 +42,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>
@@ -58,6 +58,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka</artifactId>
<version>0.7.2-spark</version> <!-- Comes from our in-project repository -->
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
@@ -91,12 +92,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>