We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a32e22 commit 1dd16f8Copy full SHA for 1dd16f8
pom.xml
@@ -178,12 +178,6 @@
178
<dependency>
179
<groupId>org.springframework</groupId>
180
<artifactId>spring-core</artifactId>
181
- <exclusions>
182
- <exclusion>
183
- <groupId>commons-logging</groupId>
184
- <artifactId>commons-logging</artifactId>
185
- </exclusion>
186
- </exclusions>
187
</dependency>
188
189
@@ -247,6 +241,12 @@
247
241
<artifactId>mysql</artifactId>
248
242
<version>${testcontainers.version}</version>
249
243
<scope>test</scope>
244
+ <exclusions>
245
+ <exclusion>
246
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ </exclusion>
+ </exclusions>
250
251
252
0 commit comments