From 57a2398c6004a6c1ad05c0745d66e41fafd29f89 Mon Sep 17 00:00:00 2001 From: bbottema Date: Sat, 19 Jun 2021 16:14:47 +0200 Subject: [PATCH] #324: Fixed logging for CLI --- modules/cli-module/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/modules/cli-module/pom.xml b/modules/cli-module/pom.xml index fd2f4d0a..6ff24a6d 100644 --- a/modules/cli-module/pom.xml +++ b/modules/cli-module/pom.xml @@ -87,6 +87,26 @@ true + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.6.1 + runtime + + + org.apache.logging.log4j + log4j-api + 2.6.1 + runtime + + + org.apache.logging.log4j + log4j-core + 2.6.1 + runtime + + org.simplejavamail