|
@@ -19,7 +19,7 @@ dependencies {
|
|
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
|
|
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
|
|
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
|
|
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
|
|
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
|
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
|
- implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity5"
|
|
|
|
|
|
+ implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity6"
|
|
implementation project(":spring-security-oauth2-authorization-server")
|
|
implementation project(":spring-security-oauth2-authorization-server")
|
|
runtimeOnly "com.h2database:h2"
|
|
runtimeOnly "com.h2database:h2"
|
|
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
|
testImplementation "org.springframework.boot:spring-boot-starter-test"
|