aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 211da9ee74..ffa96128a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1440,8 +1440,6 @@
<version>2.3</version>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
- <!-- Work around MSHADE-148 -->
- <createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<!-- At a minimum we must include this to force effective pom generation -->