Use DockerImageNames in Docker compose integration tests

Closes gh-36485
This commit is contained in:
Scott Frederick
2023-07-20 15:43:17 -06:00
parent a607056b98
commit bf08cc25df
34 changed files with 122 additions and 34 deletions

View File

@@ -29,6 +29,7 @@ dependencies {
testImplementation("org.mockito:mockito-core")
testImplementation("org.springframework:spring-core-test")
testImplementation("org.springframework:spring-test")
testImplementation("org.testcontainers:testcontainers")
testRuntimeOnly("com.microsoft.sqlserver:mssql-jdbc")
testRuntimeOnly("com.oracle.database.r2dbc:oracle-r2dbc")