We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b5070 commit 471c38aCopy full SHA for 471c38a
samples/default-authorizationserver/samples-default-authorizationserver.gradle
@@ -17,7 +17,6 @@ dependencies {
17
implementation "org.springframework.boot:spring-boot-starter-web"
18
implementation "org.springframework.boot:spring-boot-starter-security"
19
implementation project(":spring-security-oauth2-authorization-server")
20
- runtimeOnly "com.h2database:h2"
21
22
testImplementation "org.springframework.boot:spring-boot-starter-test"
23
testImplementation "org.springframework.security:spring-security-test"
0 commit comments