aboutsummaryrefslogtreecommitdiff
path: root/extras/kinesis-asl/pom.xml
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-07-02 13:49:45 -0700
committerAndrew Or <andrew@databricks.com>2015-07-02 13:49:45 -0700
commit82cf3315e690f4ac15b50edea6a3d673aa5be4c0 (patch)
tree0ff193c55860c4385fb633344b66db67284dfa83 /extras/kinesis-asl/pom.xml
parent34d448dbe1d7bd5bf9a8d6ef473878e570ca6161 (diff)
downloadspark-82cf3315e690f4ac15b50edea6a3d673aa5be4c0.tar.gz
spark-82cf3315e690f4ac15b50edea6a3d673aa5be4c0.tar.bz2
spark-82cf3315e690f4ac15b50edea6a3d673aa5be4c0.zip
[SPARK-8781] Fix variables in published pom.xml are not resolved
The issue is summarized in the JIRA and is caused by this commit: 984ad60147c933f2d5a2040c87ae687c14eb1724. This patch reverts that commit and fixes the maven build in a different way. We limit the dependencies of `KinesisReceiverSuite` to avoid having to deal with the complexities in how maven deals with transitive test dependencies. Author: Andrew Or <andrew@databricks.com> Closes #7193 from andrewor14/fix-kinesis-pom and squashes the following commits: ca3d5d4 [Andrew Or] Limit kinesis test dependencies f24e09c [Andrew Or] Revert "[BUILD] Fix Maven build for Kinesis"
Diffstat (limited to 'extras/kinesis-asl/pom.xml')
-rw-r--r--extras/kinesis-asl/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/extras/kinesis-asl/pom.xml b/extras/kinesis-asl/pom.xml
index c242e7a57b..5289073eb4 100644
--- a/extras/kinesis-asl/pom.xml
+++ b/extras/kinesis-asl/pom.xml
@@ -42,13 +42,6 @@
</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>