From b30c71b555cf8d4a98d91a39de860794ecc72690 Mon Sep 17 00:00:00 2001 From: yiu Date: Sat, 27 Jun 2020 22:49:42 -0400 Subject: [PATCH] Advance to log4j-2.13.3 in order to be compatible with java-11. --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 35bb1de..13d6087 100644 --- a/pom.xml +++ b/pom.xml @@ -45,11 +45,28 @@ + + + org.apache.logging.log4j + log4j-api + 2.13.3 + + + org.apache.logging.log4j + log4j-core + 2.13.3 + + + org.apache.logging.log4j + log4j-1.2-api + 2.13.3 + org.apache.httpcomponents