From 2b9f75895017e6d3c5a334e968c3b40c0a0efa42 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 3 Oct 2024 20:24:27 -0400 Subject: [PATCH] pom.xml: Use `slf4j-simple` as a test-time log implementation. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 4a24ab21..2c441fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,12 @@ 2.0.16 compile + + org.slf4j + slf4j-simple + 2.0.16 + test + org.apache.logging.log4j log4j-core