You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/05/02 11:25:30 UTC

[hadoop] branch trunk updated: HADOOP-18219. Fix shaded client test failure (#4254)

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

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4653fcd7046 HADOOP-18219. Fix shaded client test failure (#4254)
4653fcd7046 is described below

commit 4653fcd7046f29325d5c3e6a09316229f882a1c5
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Mon May 2 20:25:09 2022 +0900

    HADOOP-18219. Fix shaded client test failure (#4254)
    
    
    This patch MUST be cherrypicked into all branches with
    HADOOP-15983 Use jersey-json that is built to use jackson2
    
    Contributed by Akira Ajisaka
---
 hadoop-client-modules/hadoop-client-minicluster/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index 8281e9e2dd2..06e36837a20 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -440,8 +440,8 @@
           <artifactId>jackson-jaxrs-json-provider</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-impl</artifactId>
+          <groupId>javax.xml.bind</groupId>
+          <artifactId>jaxb-api</artifactId>
         </exclusion>
       </exclusions>
     </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org