From 41859c09fd87d40dcba3afa04415cc621d88c2a0 Mon Sep 17 00:00:00 2001 From: wangjunbo Date: Sat, 17 Jun 2023 20:24:58 +0800 Subject: [PATCH] [#768] exclude the http dependency for hadoop common --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 9fe56a9775..a347bb239f 100644 --- a/pom.xml +++ b/pom.xml @@ -362,6 +362,10 @@ com.sun.jersey jersey-json + + org.apache.httpcomponents + httpclient +