We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a25029e + 471c38a commit fe8c78cCopy full SHA for fe8c78c
samples/default-authorizationserver/samples-default-authorizationserver.gradle
@@ -16,9 +16,7 @@ repositories {
16
dependencies {
17
implementation "org.springframework.boot:spring-boot-starter-web"
18
implementation "org.springframework.boot:spring-boot-starter-security"
19
- implementation "org.springframework.boot:spring-boot-starter-jdbc"
20
implementation project(":spring-security-oauth2-authorization-server")
21
- runtimeOnly "com.h2database:h2"
22
23
testImplementation "org.springframework.boot:spring-boot-starter-test"
24
testImplementation "org.springframework.security:spring-security-test"
0 commit comments