From 8717e28d351beeb7d0bd74a8dca95798fe11a034 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 7 Oct 2024 17:34:30 -0400 Subject: [PATCH] pom.xml: Switch log4j to a compile scope dependency Also removes explicit `compile` as that is the default Maven scope. --- pom.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 996dbb5f..a77b1663 100644 --- a/pom.xml +++ b/pom.xml @@ -97,19 +97,11 @@ org.slf4j slf4j-api 2.0.16 - compile - - - org.slf4j - slf4j-simple - 2.0.16 - test org.apache.logging.log4j log4j-core 2.24.1 - provided org.reflections @@ -135,6 +127,12 @@ 4.10.0 test + + org.slf4j + slf4j-simple + 2.0.16 + test +