Skip to content

Commit 32099f2

Browse files
committed
GH-1055 - 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.
1 parent dd37a28 commit 32099f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-modulith-docs/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<groupId>com.structurizr</groupId>
2828
<artifactId>structurizr-core</artifactId>
2929
<version>${structurizr.version}</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>commons-logging</groupId>
33+
<artifactId>commons-logging</artifactId>
34+
</exclusion>
35+
</exclusions>
3036
</dependency>
3137

3238
<dependency>

0 commit comments

Comments
 (0)