From 774aa9de01b5694f392cd201193aeea1390bdb63 Mon Sep 17 00:00:00 2001 From: ZhouJinsong Date: Mon, 11 Nov 2024 10:48:41 +0800 Subject: [PATCH] [AMORO-3323]Exclude `hadoop-client-api` dependency (#3324) Exclude hadoop-client-api dependency (cherry picked from commit b6a35493e650a4dbed518e719711638afa456628) Signed-off-by: zhoujinsong --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 60a9aa61bb..6d558fa57e 100644 --- a/pom.xml +++ b/pom.xml @@ -470,6 +470,12 @@ orc-core ${orc-core.version} nohive + + + org.apache.hadoop + hadoop-client-api + +