From b5c498367062cfccfdc3f0ae97ad0fc971717e20 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:49:12 -0400 Subject: [PATCH] Use SLF4J BOM (#796) * Change the Pom to use the SLF4J BOM instead of individual dependencies --- pom.xml | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index d3b2ee87..60dba6ce 100644 --- a/pom.xml +++ b/pom.xml @@ -96,10 +96,7 @@ 42.6.0 0.13.2 2.2 - 2.0.9 - 2.0.9 - 2.0.9 - 2.0.9 + 2.0.9 6.0.12 3.1.4 4.1.4 @@ -595,26 +592,10 @@ org.slf4j - slf4j-api - ${slf4j-api.version} - - - - org.slf4j - jcl-over-slf4j - ${slf4j.jcl-over-slf4j.version} - - - - org.slf4j - jul-to-slf4j - ${slf4j.jul-to-slf4j.version} - - - - org.slf4j - log4j-over-slf4j - ${slf4j.log4j-over-slf4j.version} + slf4j-bom + ${slf4j.version} + pom + import