From 82cf3315e690f4ac15b50edea6a3d673aa5be4c0 Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Thu, 2 Jul 2015 13:49:45 -0700 Subject: [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 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" --- pom.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 211da9ee74..ffa96128a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1440,8 +1440,6 @@ 2.3 false - - false -- cgit v1.2.3