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 committed by GitHub
parent aa3b07f6bb
commit da9bcb6099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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