From 3bfb33e120e73e8a2cdd7a929e1895a49513861d Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 17 Nov 2020 17:16:03 +0100 Subject: [PATCH] Update 'pom.xml' set httpclient httpcore to provided --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6c26ce1..404c2c8 100644 --- a/pom.xml +++ b/pom.xml @@ -131,13 +131,12 @@ org.apache.httpcomponents httpclient - 4.2.5 - compile + provided org.apache.httpcomponents httpcore - 4.2.5 + provided junit