Skip to content

Commit 703f82d

Browse files
committed
Remove exclusion the commons-logging form spring-test
1 parent 0ef5949 commit 703f82d

File tree

1 file changed

+1
-7
lines changed
  • mybatis-spring-boot-test-autoconfigure

1 file changed

+1
-7
lines changed

mybatis-spring-boot-test-autoconfigure/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2024 the original author or authors.
4+
Copyright 2015-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -44,12 +44,6 @@
4444
<dependency>
4545
<groupId>org.springframework</groupId>
4646
<artifactId>spring-test</artifactId>
47-
<exclusions>
48-
<exclusion>
49-
<groupId>commons-logging</groupId>
50-
<artifactId>commons-logging</artifactId>
51-
</exclusion>
52-
</exclusions>
5347
</dependency>
5448
<dependency>
5549
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)