Skip to content

Commit

Permalink
Remove unused dependency spring-boot-starter-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrandja committed Nov 9, 2023
1 parent 85b35a4 commit d9b5070
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ repositories {
dependencies {
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.boot:spring-boot-starter-jdbc"
implementation project(":spring-security-oauth2-authorization-server")
runtimeOnly "com.h2database:h2"

Expand Down

0 comments on commit d9b5070

Please sign in to comment.