|
|
|
|
@ -20,9 +20,6 @@ dependencies {
@@ -20,9 +20,6 @@ dependencies {
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-oauth2-client" |
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-jdbc" |
|
|
|
|
implementation project(":spring-security-oauth2-authorization-server") |
|
|
|
|
implementation "org.webjars:webjars-locator-core" |
|
|
|
|
implementation "org.webjars:bootstrap:5.2.3" |
|
|
|
|
implementation "org.webjars:jquery:3.6.4" |
|
|
|
|
runtimeOnly "com.h2database:h2" |
|
|
|
|
|
|
|
|
|
testImplementation "org.springframework.boot:spring-boot-starter-test" |
|
|
|
|
|