Skip to content

Commit 270f9d5

Browse files
committed
Add Flway's PostgreSQL module to R2DBC and Flyway smoke test
See gh-40022
1 parent 5a77122 commit 270f9d5

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-r2dbc-flyway

1 file changed

+2
-0
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-data-r2dbc-flyway/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ dependencies {
2020
testImplementation("org.testcontainers:junit-jupiter")
2121
testImplementation("org.testcontainers:postgresql")
2222
testImplementation("org.testcontainers:r2dbc")
23+
24+
testRuntimeOnly("org.flywaydb:flyway-database-postgresql")
2325
}

0 commit comments

Comments
 (0)