From eaf6c1cbd6675361ac695d47e0ebf14e2d86aff6 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Fri, 18 Mar 2022 16:26:30 +0100 Subject: [PATCH] HBASE-26855 Delete unnecessary dependency on jaxb-runtime jar (#4236) Signed-off-by: Duo Zhang --- hbase-rest/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index 721d1839030..22af2c50448 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -446,15 +446,6 @@ org.apache.hadoop hadoop-auth - - - org.glassfish.jaxb - jaxb-runtime - 2.3.2 -