Remove commons-logging exclusion.

Closes #3736
This commit is contained in:
Mark Paluch
2025-01-08 11:35:57 +01:00
parent 7b7264691c
commit 647b870276

View File

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