aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorImran Rashid <irashid@cloudera.com>2015-03-17 09:41:06 -0500
committerImran Rashid <irashid@cloudera.com>2015-03-17 09:41:06 -0500
commite9f22c61290348c58af54c0ae3c6226105126a8d (patch)
tree58147a830d41bd8c3e48cb9ced3db73ccc2e8f9a /core/pom.xml
parentc928796ade54f68e26bc55734a9867a046d2e3fe (diff)
downloadspark-e9f22c61290348c58af54c0ae3c6226105126a8d.tar.gz
spark-e9f22c61290348c58af54c0ae3c6226105126a8d.tar.bz2
spark-e9f22c61290348c58af54c0ae3c6226105126a8d.zip
[SPARK-6365] jetty-security also needed for SPARK_PREPEND_CLASSES to work
https://issues.apache.org/jira/browse/SPARK-6365 thanks vanzin for helping me figure this out Author: Imran Rashid <irashid@cloudera.com> Closes #5052 from squito/fix_prepend_classes and squashes the following commits: 09d334c [Imran Rashid] jetty-security also needed for SPARK_PREPEND_CLASSES to work
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 4164a3a720..81f8cba711 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -414,7 +414,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<useSubDirectoryPerType>true</useSubDirectoryPerType>
<includeArtifactIds>
- guava,jetty-io,jetty-servlet,jetty-continuation,jetty-http,jetty-plus,jetty-util,jetty-server
+ guava,jetty-io,jetty-servlet,jetty-continuation,jetty-http,jetty-plus,jetty-util,jetty-server,jetty-security
</includeArtifactIds>
<silent>true</silent>
</configuration>