aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
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:45:31 -0700
commit984ad60147c933f2d5a2040c87ae687c14eb1724 (patch)
treee10101df7aebb9d9a3bbb0b916db429c5c75c096 /pom.xml
parent9cf740f357fef00b5251618b20501774852f8a28 (diff)
downloadspark-984ad60147c933f2d5a2040c87ae687c14eb1724.tar.gz
spark-984ad60147c933f2d5a2040c87ae687c14eb1724.tar.bz2
spark-984ad60147c933f2d5a2040c87ae687c14eb1724.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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0b1aaad756..d03d33bf02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1438,6 +1438,8 @@
<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 -->