You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/05/04 17:14:04 UTC

[hbase] branch branch-2.3 updated: HBASE-24303 Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead (#1630)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 527b14f  HBASE-24303 Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead (#1630)
527b14f is described below

commit 527b14f4f1ce9cea7a3fe0447424ba67d145d29e
Author: Michael Stack <sa...@users.noreply.github.com>
AuthorDate: Mon May 4 10:12:32 2020 -0700

    HBASE-24303 Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead (#1630)
---
 hbase-rest/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 49231b1..d15fe1a 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -507,18 +507,6 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-auth</artifactId>
         </dependency>
-        <dependency>
-          <!--Fixes complaint when running TestSecureRESTServer-->
-          <groupId>com.sun.jersey</groupId>
-          <artifactId>jersey-servlet</artifactId>
-          <version>1.19.4</version>
-          <exclusions>
-            <exclusion>
-             <groupId>javax.ws.rs</groupId>
-             <artifactId>jsr311-api</artifactId>
-            </exclusion>
-          </exclusions>
-        </dependency>
       </dependencies>
     </profile>
     <profile>