Skip to content

Commit

Permalink
exclude log4j-to-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Mar 14, 2024
1 parent 2306fad commit 288f1a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>${mybatis-spring-boot.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
Expand Down

0 comments on commit 288f1a1

Please sign in to comment.