From 5ee73a768715cdc368f62a8a07c87d5676e51515 Mon Sep 17 00:00:00 2001 From: cditcher Date: Fri, 15 Aug 2025 08:54:22 -0700 Subject: [PATCH] Removed dependency mismatch for log4j. Using spring boot version from bom --- api/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index ea94824..f4fd4fd 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,7 +28,6 @@ 1.7.1 1.6.3 1.6.11 - 2.24.3 @@ -63,15 +62,6 @@ org.springframework.boot spring-boot-starter-data-jpa - - org.apache.logging.log4j - log4j-api - ${log4j.version} - - - org.apache.logging.log4j - log4j-core - org.apache.commons commons-lang3 @@ -162,11 +152,6 @@ - - org.apache.logging.log4j - log4j-to-slf4j - ${log4j.version} - io.github.resilience4j resilience4j-spring-boot2