fix: 排除 Spring Security

This commit is contained in:
taojinlong 2022-06-28 18:10:21 +08:00
parent 00aeffc8dc
commit 6fc563024a

View File

@ -247,6 +247,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>