Jenny MA created SPARK-1463:
-------------------------------
Summary: cleanup unnecessary dependency jars in the spark assembly
jars
Key: SPARK-1463
URL: https://issues.apache.org/jira/browse/SPARK-1463
Project: Spark
Issue Type: Improvement
Components: Build
Affects Versions: 0.9.0
Reporter: Jenny MA
Priority: Minor
Fix For: 1.0.0
there are couple GPL/LGPL based dependencies which are included in the final
assembly jar, which are not used by spark runtime. identified the following
libraries. we can provide a fix in assembly/pom.xml.
<exclude>com.google.code.findbugs:*</exclude>
<exclude>org.acplt:oncrpc:*</exclude>
<exclude>glassfish:*</exclude>
<exclude>com.cenqua.clover:clover:*</exclude>
<exclude>org.glassfish:*</exclude>
<exclude>org.glassfish.grizzly:*</exclude>
<exclude>org.glassfish.gmbal:*</exclude>
<exclude>org.glassfish.external:*</exclude>
--
This message was sent by Atlassian JIRA
(v6.2#6252)