|
@@ -112,24 +112,9 @@
|
112
|
112
|
<version>${commons.logging.version}</version>
|
113
|
113
|
</dependency>
|
114
|
114
|
|
115
|
|
- <!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-core -->
|
116
|
115
|
<dependency>
|
117
|
|
- <groupId>org.springframework.security</groupId>
|
118
|
|
- <artifactId>spring-security-core</artifactId>
|
119
|
|
- <version>${spring-security.version}</version>
|
120
|
|
- </dependency>
|
121
|
|
- <!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-web -->
|
122
|
|
- <dependency>
|
123
|
|
- <groupId>org.springframework.security</groupId>
|
124
|
|
- <artifactId>spring-security-web</artifactId>
|
125
|
|
- <version>${spring-security.version}</version>
|
126
|
|
- </dependency>
|
127
|
|
-
|
128
|
|
- <!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-config -->
|
129
|
|
- <dependency>
|
130
|
|
- <groupId>org.springframework.security</groupId>
|
131
|
|
- <artifactId>spring-security-config</artifactId>
|
132
|
|
- <version>${spring-security.version}</version>
|
|
116
|
+ <groupId>org.springframework.boot</groupId>
|
|
117
|
+ <artifactId>spring-boot-starter-security</artifactId>
|
133
|
118
|
</dependency>
|
134
|
119
|
|
135
|
120
|
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
|