Add Flway's PostgreSQL module to R2DBC and Flyway smoke test

See gh-40022
This commit is contained in:
Andy Wilkinson 2024-03-19 13:09:27 +00:00
parent 5a77122abe
commit 270f9d5913

View File

@ -20,4 +20,6 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.testcontainers:r2dbc")
testRuntimeOnly("org.flywaydb:flyway-database-postgresql")
}