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:02:51 UTC

[hbase] branch branch-2 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 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 f7deadc  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.
f7deadc is described below

commit f7deadc9af9a7a402f6e362fb8ce88bcfba2e459
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 781748d..ff52764 100644
--- a/hbase-mapreduce/pom.xml
+++ b/hbase-mapreduce/pom.xml
@@ -419,10 +419,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>