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.
1 parent 85b35a4 commit d9b5070Copy full SHA for d9b5070
samples/default-authorizationserver/samples-default-authorizationserver.gradle
@@ -16,7 +16,6 @@ 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
0 commit comments