aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-04 17:48:52 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-04 17:48:52 -0700
commitd940e4c16aaa7b60daf1229a99bc4d3455c0240d (patch)
tree990c6e96ed4bc25900ac22ef90efc11aa6b42a09 /pom.xml
parentf5041579ff573f988b673c2506fa4edc32f5ad84 (diff)
downloadspark-d940e4c16aaa7b60daf1229a99bc4d3455c0240d.tar.gz
spark-d940e4c16aaa7b60daf1229a99bc4d3455c0240d.tar.bz2
spark-d940e4c16aaa7b60daf1229a99bc4d3455c0240d.zip
SPARK-1693: Most of the tests throw a java.lang.SecurityException when s...
...park built for hadoop 2.3.0 , 2.4.0 Author: witgo <witgo@qq.com> Closes #628 from witgo/SPARK-1693_new and squashes the following commits: e3af968 [witgo] Merge branch 'master' of https://github.com/apache/spark into SPARK-1693_new dc63905 [witgo] SPARK-1693: Most of the tests throw a java.lang.SecurityException when spark built for hadoop 2.3.0 , 2.4.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7678043484..08c3ac6443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,6 +601,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -621,6 +625,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>