Skip to content

Commit dc63905

Browse files
committed
SPARK-1693: Most of the tests throw a java.lang.SecurityException when spark built for hadoop 2.3.0 , 2.4.0
1 parent 92b2902 commit dc63905

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
@@ -594,6 +594,10 @@
594594
<groupId>org.jboss.netty</groupId>
595595
<artifactId>netty</artifactId>
596596
</exclusion>
597+
<exclusion>
598+
<groupId>javax.servlet</groupId>
599+
<artifactId>servlet-api</artifactId>
600+
</exclusion>
597601
</exclusions>
598602
</dependency>
599603

@@ -614,6 +618,10 @@
614618
<groupId>org.jboss.netty</groupId>
615619
<artifactId>netty</artifactId>
616620
</exclusion>
621+
<exclusion>
622+
<groupId>javax.servlet</groupId>
623+
<artifactId>servlet-api</artifactId>
624+
</exclusion>
617625
</exclusions>
618626
</dependency>
619627
<dependency>

0 commit comments

Comments
 (0)