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/08 20:09:23 UTC

[hbase] branch master updated: HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive includes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625) Addendum to fix failing MR tests; e.g. TestExportSnapshot.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2774510  HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive includes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625) Addendum to fix failing MR tests; e.g. TestExportSnapshot.
2774510 is described below

commit 2774510e2bd70968a76a9f77df51ce987453aeba
Author: stack <st...@apache.org>
AuthorDate: Fri May 8 13:00:07 2020 -0700

    HBASE-24284 [h3/jdk11] REST server won't start Exclude transitive includes of jax-rs 1.x and then explicitly include jax-rs 2.x glassfish impl for REST context when hadoop3. (#1625)
    Addendum to fix failing MR tests; e.g. TestExportSnapshot.
---
 hbase-mapreduce/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hbase-mapreduce/pom.xml b/hbase-mapreduce/pom.xml
index 0bae006..8cf6e48 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -284,10 +284,6 @@
           <scope>test</scope>
           <exclusions>
             <exclusion>
-              <groupId>javax.xml.bind</groupId>
-              <artifactId>jaxb-api</artifactId>
-            </exclusion>
-            <exclusion>
               <groupId>javax.ws.rs</groupId>
               <artifactId>jsr311-api</artifactId>
             </exclusion>