Skip to content

Commit 471c38a

Browse files
committed
Remove unused dependency com.h2database:h2
1 parent d9b5070 commit 471c38a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/default-authorizationserver/samples-default-authorizationserver.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies {
1717
implementation "org.springframework.boot:spring-boot-starter-web"
1818
implementation "org.springframework.boot:spring-boot-starter-security"
1919
implementation project(":spring-security-oauth2-authorization-server")
20-
runtimeOnly "com.h2database:h2"
2120

2221
testImplementation "org.springframework.boot:spring-boot-starter-test"
2322
testImplementation "org.springframework.security:spring-security-test"

0 commit comments

Comments
 (0)