upd: 依赖划分
This commit is contained in:
parent
2e84fd4c29
commit
f8d6e56fa3
18
pom.xml
18
pom.xml
|
@ -143,24 +143,6 @@
|
||||||
<version>2.9.0</version>
|
<version>2.9.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Spring boot 安全框架 -->
|
|
||||||
<!-- fix: org.springframework.security:spring-security-core:5.7.11 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-security</artifactId>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.security</groupId>
|
|
||||||
<artifactId>spring-security-core</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.security</groupId>
|
|
||||||
<artifactId>spring-security-core</artifactId>
|
|
||||||
<version>5.8.12</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Spring boot AOP(druid spring监控支持) -->
|
<!-- Spring boot AOP(druid spring监控支持) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
Loading…
Reference in New Issue