From 12f896398eef11e63690f83621223fb6c51de49a Mon Sep 17 00:00:00 2001 From: Laszlo Bodor Date: Mon, 12 Apr 2021 09:08:19 +0200 Subject: [PATCH] TEZ-4303: Exclude compile-time httpclient dependency from Tez --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 27b3e399fe..5a2c4fa45c 100644 --- a/pom.xml +++ b/pom.xml @@ -341,6 +341,10 @@ io.netty netty + + org.apache.httpcomponents + httpclient + @@ -352,6 +356,10 @@ io.netty netty + + org.apache.httpcomponents + httpclient +