From 455f3778f8935277262e0b9480f9b0c537a02291 Mon Sep 17 00:00:00 2001 From: yiu Date: Sun, 26 Jul 2020 19:23:32 -0400 Subject: [PATCH] Revert back to log4j-1 from log4j-2 log4j-2 causes problems because 1. WE use Configurator to configure from a properties file. 2. Other dependency uses log4j-1, improper to mix versions. Symptoms include . No logging . Failure to load Logger class. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 13d6087..94e0a8d 100644 --- a/pom.xml +++ b/pom.xml @@ -45,13 +45,12 @@ - + org.apache.httpcomponents