From dc63905908cb7c84c741bb5fdc4ad7d4abdcb0b2 Mon Sep 17 00:00:00 2001 From: witgo Date: Sun, 4 May 2014 14:43:43 +0800 Subject: [PATCH] SPARK-1693: Most of the tests throw a java.lang.SecurityException when spark built for hadoop 2.3.0 , 2.4.0 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 646753fe30301..bf2ec6842c1b3 100644 --- a/pom.xml +++ b/pom.xml @@ -594,6 +594,10 @@ org.jboss.netty netty + + javax.servlet + servlet-api + @@ -614,6 +618,10 @@ org.jboss.netty netty + + javax.servlet + servlet-api +