This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new da9bcb6 HBASE-26152 Exclude javax.servlet:servlet-api in
hbase-shaded-testing-util (#3547)
da9bcb6 is described below
commit da9bcb6099596605a0cc649f4661409b37e4e57d
Author: Peter Somogyi <[email protected]>
AuthorDate: Mon Aug 2 14:05:00 2021 +0200
HBASE-26152 Exclude javax.servlet:servlet-api in hbase-shaded-testing-util
(#3547)
Signed-off-by: Andrew Purtell <[email protected]>
---
hbase-shaded/hbase-shaded-testing-util/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml
b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index a8e0d4a..ac6ab49 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -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>