You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2021/08/02 12:16:11 UTC

[hbase] branch branch-2.4 updated: HBASE-26152 Exclude javax.servlet:servlet-api in hbase-shaded-testing-util (#3547)

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 <ps...@apache.org>
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 <ap...@apache.org>
---
 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>