Remove commons-logging exclusion.

Closes #4870
This commit is contained in:
Mark Paluch
2025-01-08 15:05:23 +01:00
parent 59491d8f36
commit 30f4d0f632

View File

@@ -67,12 +67,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>