From 7930d2bef0e2c7f62456e013124455061dfe6dc8 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Mon, 2 Feb 2015 21:01:36 -0800 Subject: SPARK-3996: Add jetty servlet and continuations. These are needed transitively from the other Jetty libraries we include. It was not picked up by unit tests because we disable the UI. Author: Patrick Wendell Closes #4323 from pwendell/jetty and squashes the following commits: d8669da [Patrick Wendell] SPARK-3996: Add jetty servlet and continuations. --- yarn/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarn/pom.xml') diff --git a/yarn/pom.xml b/yarn/pom.xml index 6bdf9d2416..65344aa873 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -80,6 +80,10 @@ org.eclipse.jetty jetty-http + + org.eclipse.jetty + jetty-servlet + -- cgit v1.2.3