From 4653fcd7046f29325d5c3e6a09316229f882a1c5 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Mon, 2 May 2022 20:25:09 +0900 Subject: [PATCH] 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 8281e9e2dd..06e36837a2 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -440,8 +440,8 @@ jackson-jaxrs-json-provider - com.sun.xml.bind - jaxb-impl + javax.xml.bind + jaxb-api