From f8f926af51179f95859a8da04e1eafe0b99b1d0c Mon Sep 17 00:00:00 2001 From: jandroav Date: Fri, 8 Mar 2024 07:40:22 +0100 Subject: [PATCH] refactor(pom.xml): remove redundant slf4j dependencies as they are already included in other dependencies and causing conflicts --- pom.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 1bbb143..750dfa8 100644 --- a/pom.xml +++ b/pom.xml @@ -277,17 +277,7 @@ liquibase-test-harness ${liquibase-test-harness.version} test - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-simple - ${slf4j.version} - +