Use spring-boot-starter-jdbc in flyway test

This commit is contained in:
Moritz Halbritter
2022-08-08 12:25:33 +02:00
parent c3ef1aab79
commit 1439b356a1

View File

@@ -7,7 +7,7 @@ plugins {
dependencies {
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation 'org.flywaydb:flyway-core'
implementation(project(":aot-smoke-test-third-party-hints"))
runtimeOnly("com.h2database:h2")