@@ -57,6 +57,12 @@
<dependency>
<groupId>com.ym</groupId>
<artifactId>mec-biz</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-log4j2</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
@@ -59,10 +59,6 @@
<artifactId>mybatis-plus-annotation</artifactId>
<groupId>com.baomidou</groupId>
</exclusion>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-log4j2</artifactId>
- </exclusion>
</exclusions>