Skip to content

Commit d9b5070

Browse files
committed
Remove unused dependency spring-boot-starter-jdbc
1 parent 85b35a4 commit d9b5070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ repositories {
1616
dependencies {
1717
implementation "org.springframework.boot:spring-boot-starter-web"
1818
implementation "org.springframework.boot:spring-boot-starter-security"
19-
implementation "org.springframework.boot:spring-boot-starter-jdbc"
2019
implementation project(":spring-security-oauth2-authorization-server")
2120
runtimeOnly "com.h2database:h2"
2221

0 commit comments

Comments
 (0)