Skip to content

Commit

Permalink
removed spring-boot-starter-jdbc
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiybozhykntt committed Dec 6, 2024
1 parent 3fb1c73 commit 0868c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ val postgresJdbcVersion = "42.7.4"
dependencies {
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.springframework.boot:spring-boot-starter-data-rest")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down

0 comments on commit 0868c8a

Please sign in to comment.