Skip to content

Commit 6f39fec

Browse files
author
Peter MacKinnon
committed
add exclusion for old servlet-api on hadoop-client in core
1 parent 358ae15 commit 6f39fec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<dependency>
3535
<groupId>org.apache.hadoop</groupId>
3636
<artifactId>hadoop-client</artifactId>
37+
<exclusions>
38+
<exclusion>
39+
<groupId>javax.servlet</groupId>
40+
<artifactId>servlet-api</artifactId>
41+
</exclusion>
42+
</exclusions>
3743
</dependency>
3844
<dependency>
3945
<groupId>net.java.dev.jets3t</groupId>

0 commit comments

Comments
 (0)