From cd72a2851d971e47c6097e14827588f3a9d2a51a Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Tue, 6 Dec 2022 13:45:26 +0100 Subject: [PATCH] Reduce output during test Instead of Log4j2 use the SLF4J NOP logger. This will disable logging output, this will cleanup the output during a build. --- spring-batch-excel/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index d8fbfe0..2542137 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -50,7 +50,7 @@ 3.18.1 5.8.2 - 2.17.1 + 1.7.36 3.11.0 @@ -106,9 +106,9 @@ test - org.apache.logging.log4j - log4j-core - ${log4j.version} + org.slf4j + slf4j-nop + ${slf4j.version} test