From 44eac6c1bc5c5ef366192e260fc8aeca417b55b9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 22 Feb 2025 15:13:52 +0100 Subject: [PATCH] GH-1070 - Remove dependency to Commons Logging. The Structurizr Core library depended on by the documentation support artifact pulls in Commons Logging which conflicts with Spring Frameworks spring-jcl artifact. We now explicitly exclude the former to prevent warning logs at runtime. --- spring-modulith-docs/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-modulith-docs/pom.xml b/spring-modulith-docs/pom.xml index 352ba8c0..4d8755ba 100644 --- a/spring-modulith-docs/pom.xml +++ b/spring-modulith-docs/pom.xml @@ -27,6 +27,12 @@ com.structurizr structurizr-core 1.29.0 + + + commons-logging + commons-logging + +