HBASE-26152 Exclude javax.servlet:servlet-api in hbase-shaded-testing-util (#3547)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Peter Somogyi 2021-08-02 14:05:00 +02:00
parent 63b17d1674
commit 13b3d93750
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,10 @@
<groupId>javax.ws.rs</groupId> <groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId> <artifactId>jsr311-api</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
@ -108,6 +112,10 @@
<groupId>javax.ws.rs</groupId> <groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId> <artifactId>jsr311-api</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>