Skip to content

Commit d940e4c

Browse files
witgopwendell
authored andcommitted
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
1 parent f504157 commit d940e4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,10 @@
601601
<groupId>org.jboss.netty</groupId>
602602
<artifactId>netty</artifactId>
603603
</exclusion>
604+
<exclusion>
605+
<groupId>javax.servlet</groupId>
606+
<artifactId>servlet-api</artifactId>
607+
</exclusion>
604608
</exclusions>
605609
</dependency>
606610

@@ -621,6 +625,10 @@
621625
<groupId>org.jboss.netty</groupId>
622626
<artifactId>netty</artifactId>
623627
</exclusion>
628+
<exclusion>
629+
<groupId>javax.servlet</groupId>
630+
<artifactId>servlet-api</artifactId>
631+
</exclusion>
624632
</exclusions>
625633
</dependency>
626634
<dependency>

0 commit comments

Comments
 (0)