This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new 13b3d93 HBASE-26152 Exclude javax.servlet:servlet-api in
hbase-shaded-testing-util (#3547)
13b3d93 is described below
commit 13b3d937508d8c73f23d07f712abeb30a82e96cd
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 1b6e4b6..3d1af1c 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>