Add Flway's PostgreSQL module to R2DBC and Flyway smoke test
See gh-40022
This commit is contained in:
parent
5a77122abe
commit
270f9d5913
@ -20,4 +20,6 @@ dependencies {
|
|||||||
testImplementation("org.testcontainers:junit-jupiter")
|
testImplementation("org.testcontainers:junit-jupiter")
|
||||||
testImplementation("org.testcontainers:postgresql")
|
testImplementation("org.testcontainers:postgresql")
|
||||||
testImplementation("org.testcontainers:r2dbc")
|
testImplementation("org.testcontainers:r2dbc")
|
||||||
|
|
||||||
|
testRuntimeOnly("org.flywaydb:flyway-database-postgresql")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user