From 8d3fcfbfd0cfb309e3c950691208a057b685d618 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 22 Feb 2025 15:13:52 +0100 Subject: [PATCH] GH-1069 - 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 e3a18751..a3b7caff 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 + +