From 209d3a31b868cc625027419f02959051d1651d22 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 16 Nov 2020 12:27:08 +0100 Subject: [PATCH] Update 'pom.xml' test failed at runtime. try to downgrade httpc* libs to 4.2.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c332e6b..9884761 100644 --- a/pom.xml +++ b/pom.xml @@ -131,13 +131,13 @@ org.apache.httpcomponents httpclient - 4.4.1 + 4.2.1 compile org.apache.httpcomponents httpcore - 4.4.1 + 4.2.1 junit