Repository: spark Updated Branches: refs/heads/branch-1.3 febb12308 -> ac0e7cc7f
[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 #5071 from squito/1.3_fix_prepend_classes and squashes the following commits: 712adc1 [Imran Rashid] [SPARK-6365] 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/ac0e7cc7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ac0e7cc7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ac0e7cc7 Branch: refs/heads/branch-1.3 Commit: ac0e7cc7f69c8300cc2e3a91a2f3fb2d2024ef25 Parents: febb123 Author: Imran Rashid <[email protected]> Authored: Tue Mar 17 12:03:54 2015 -0500 Committer: Imran Rashid <[email protected]> Committed: Tue Mar 17 12:03:54 2015 -0500 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ac0e7cc7/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ad8a582..928159d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -403,7 +403,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]
