aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorjerryshao <saisai.shao@intel.com>2015-07-01 12:33:24 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-07-01 12:33:24 -0700
commit9f7db3486fcb403cae8da9dfce8978373c3f47b7 (patch)
treeb7c508c20e9174504250fa384976555626651502 /extras
parent75b9fe4c5ff6f206c6fc9100563d625b39f142ba (diff)
downloadspark-9f7db3486fcb403cae8da9dfce8978373c3f47b7.tar.gz
spark-9f7db3486fcb403cae8da9dfce8978373c3f47b7.tar.bz2
spark-9f7db3486fcb403cae8da9dfce8978373c3f47b7.zip
[SPARK-7820] [BUILD] Fix Java8-tests suite compile and test error under sbt
Author: jerryshao <saisai.shao@intel.com> Closes #7120 from jerryshao/SPARK-7820 and squashes the following commits: 6902439 [jerryshao] fix Java8-tests suite compile error under sbt
Diffstat (limited to 'extras')
-rw-r--r--extras/java8-tests/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/java8-tests/pom.xml b/extras/java8-tests/pom.xml
index f138251748..3636a9037d 100644
--- a/extras/java8-tests/pom.xml
+++ b/extras/java8-tests/pom.xml
@@ -41,6 +41,13 @@
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
+ <artifactId>spark-core_${scala.binary.version}</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
@@ -49,6 +56,7 @@
<artifactId>spark-streaming_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>