Repository: spark Updated Branches: refs/heads/master c928796ad -> e9f22c612
[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 <[email protected]> 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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e9f22c61 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e9f22c61 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e9f22c61 Branch: refs/heads/master Commit: e9f22c61290348c58af54c0ae3c6226105126a8d Parents: c928796 Author: Imran Rashid <[email protected]> Authored: Tue Mar 17 09:41:06 2015 -0500 Committer: Imran Rashid <[email protected]> Committed: Tue Mar 17 09:41:06 2015 -0500 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/e9f22c61/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 4164a3a..81f8cba 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
