aboutsummaryrefslogtreecommitdiff
path: root/assembly/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-10 10:15:04 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-10 10:15:04 -0700
commit561510867a1b79beef57acf9df65c9f88481435d (patch)
treec39504eb863e2f7461e2b69f0f9be6d7698c2ac2 /assembly/pom.xml
parent2f452cbaf35dbc609ab48ec0ee5e3dd7b6b9b790 (diff)
downloadspark-561510867a1b79beef57acf9df65c9f88481435d.tar.gz
spark-561510867a1b79beef57acf9df65c9f88481435d.tar.bz2
spark-561510867a1b79beef57acf9df65c9f88481435d.zip
[SPARK-1644] The org.datanucleus:* should not be packaged into spark-assembly-*.jar
Author: witgo <witgo@qq.com> Closes #688 from witgo/SPARK-1644 and squashes the following commits: 56ad6ac [witgo] review commit 87c03e4 [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1644 6ffa7e4 [witgo] review commit a597414 [witgo] The org.datanucleus:* should not be packaged into spark-assembly-*.jar
Diffstat (limited to 'assembly/pom.xml')
-rw-r--r--assembly/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7d123fb1d7..6c4d46aeb6 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -96,6 +96,7 @@
<filter>
<artifact>*:*</artifact>
<excludes>
+ <exclude>org.datanucleus:*</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>