|
@@ -12,7 +12,9 @@ repositories {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- implementation platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")
|
|
|
+ implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")) {
|
|
|
+ exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
|
|
|
+ }
|
|
|
implementation platform("org.springframework.security:spring-security-bom:6.1.0")
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web"
|
|
|
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
|