From 81bf870848cf9faeec5ab2d40acff27085466698 Mon Sep 17 00:00:00 2001 From: bomeng Date: Thu, 12 May 2016 20:07:44 +0100 Subject: [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 Closes #12916 from bomeng/SPARK-14897. --- streaming/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'streaming') diff --git a/streaming/pom.xml b/streaming/pom.xml index 7d409c5d3b..e7415863e3 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -77,6 +77,10 @@ org.eclipse.jetty jetty-servlet + + org.eclipse.jetty + jetty-servlets + -- cgit v1.2.3