From 793dbaef401d777c3efc1759a3ea7580e01de528 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 5 Feb 2015 18:14:54 -0800 Subject: SPARK-5557: Explicitly include servlet API in dependencies. Because of the way we shade jetty, we lose its dependency orbit in the assembly jar, which includes the javax servlet API's. This adds back orbit explicitly, using the version that matches our jetty version. Author: Patrick Wendell Closes #4411 from pwendell/servlet-api and squashes the following commits: 445f868 [Patrick Wendell] SPARK-5557: Explicitly include servlet API in dependencies. --- core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core') diff --git a/core/pom.xml b/core/pom.xml index 2dc5f747f2..4daaf88147 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -132,6 +132,13 @@ jetty-servlet compile + + + org.eclipse.jetty.orbit + javax.servlet + ${orbit.version} + org.apache.commons -- cgit v1.2.3