Skip to content

Commit da9bcb6

Browse files
authored
HBASE-26152 Exclude javax.servlet:servlet-api in hbase-shaded-testing-util (#3547)
Signed-off-by: Andrew Purtell <[email protected]>
1 parent aa3b07f commit da9bcb6

File tree

1 file changed

+8
-0
lines changed
  • hbase-shaded/hbase-shaded-testing-util

1 file changed

+8
-0
lines changed

hbase-shaded/hbase-shaded-testing-util/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
<groupId>javax.ws.rs</groupId>
7070
<artifactId>jsr311-api</artifactId>
7171
</exclusion>
72+
<exclusion>
73+
<groupId>javax.servlet</groupId>
74+
<artifactId>servlet-api</artifactId>
75+
</exclusion>
7276
</exclusions>
7377
</dependency>
7478
<dependency>
@@ -108,6 +112,10 @@
108112
<groupId>javax.ws.rs</groupId>
109113
<artifactId>jsr311-api</artifactId>
110114
</exclusion>
115+
<exclusion>
116+
<groupId>javax.servlet</groupId>
117+
<artifactId>servlet-api</artifactId>
118+
</exclusion>
111119
</exclusions>
112120
</dependency>
113121
<dependency>

0 commit comments

Comments
 (0)