aboutsummaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
authorbomeng <bmeng@us.ibm.com>2016-05-12 20:07:44 +0100
committerSean Owen <sowen@cloudera.com>2016-05-12 20:07:44 +0100
commit81bf870848cf9faeec5ab2d40acff27085466698 (patch)
tree5b85e8f6599420c5d162092e1ce1117632d98048 /yarn
parentbe617f3d0695982f982006fdd79afe3e3730b4c4 (diff)
downloadspark-81bf870848cf9faeec5ab2d40acff27085466698.tar.gz
spark-81bf870848cf9faeec5ab2d40acff27085466698.tar.bz2
spark-81bf870848cf9faeec5ab2d40acff27085466698.zip
[SPARK-14897][SQL] upgrade to jetty 9.2.16
## What changes were proposed in this pull request? Since Jetty 8 is EOL (end of life) and has critical security issue [http://www.securityweek.com/critical-vulnerability-found-jetty-web-server], I think upgrading to 9 is necessary. I am using latest 9.2 since 9.3 requires Java 8+. `javax.servlet` and `derby` were also upgraded since Jetty 9.2 needs corresponding version. ## How was this patch tested? Manual test and current test cases should cover it. Author: bomeng <bmeng@us.ibm.com> Closes #12916 from bomeng/SPARK-14897.
Diffstat (limited to 'yarn')
-rw-r--r--yarn/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index db7f3e51d3..11df2b3f4f 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -102,6 +102,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ </dependency>
<!-- End of shaded deps. -->
<!--