aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-06-03 20:45:31 -0700
committerAndrew Or <andrew@databricks.com>2015-06-03 20:47:53 -0700
commit84da653192a2d9edb82d0dbe50f577c4dc6a0c78 (patch)
tree20104e29b48ca1cfc9599b17da55e71d6aeac3b7 /extras
parentbfe74b34a6ac6dada8749ffd9bcdc5f228741ea7 (diff)
downloadspark-84da653192a2d9edb82d0dbe50f577c4dc6a0c78.tar.gz
spark-84da653192a2d9edb82d0dbe50f577c4dc6a0c78.tar.bz2
spark-84da653192a2d9edb82d0dbe50f577c4dc6a0c78.zip
[BUILD] Fix Maven build for Kinesis
A necessary dependency that is transitively referenced is not provided, causing compilation failures in builds that provide the kinesis-asl profile.
Diffstat (limited to 'extras')
-rw-r--r--extras/kinesis-asl/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/kinesis-asl/pom.xml b/extras/kinesis-asl/pom.xml
index 25847a1b33..f05643bfca 100644
--- a/extras/kinesis-asl/pom.xml
+++ b/extras/kinesis-asl/pom.xml
@@ -42,6 +42,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>
<type>test-jar</type>