File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
extensions/auth/opa/tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444 // Test container dependencies
4545 intTestImplementation(platform(libs.testcontainers.bom))
46- intTestImplementation(" org.testcontainers:junit-jupiter" )
46+ intTestImplementation(" org.testcontainers:testcontainers- junit-jupiter" )
4747 intTestImplementation(project(" :polaris-container-spec-helper" ))
4848}
4949
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 testFixturesApi(project(" :polaris-container-spec-helper" ))
5252 testFixturesApi(platform(libs.testcontainers.bom))
5353 testFixturesApi(" org.testcontainers:testcontainers" )
54- testFixturesApi(" org.testcontainers:postgresql" )
54+ testFixturesApi(" org.testcontainers:testcontainers- postgresql" )
5555
5656 testRuntimeOnly(" org.postgresql:postgresql" )
5757}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ dependencies {
151151
152152 testImplementation(platform(libs.testcontainers.bom))
153153 testImplementation(" org.testcontainers:testcontainers" )
154- testImplementation(" org.testcontainers:postgresql" )
154+ testImplementation(" org.testcontainers:testcontainers- postgresql" )
155155
156156 testFixturesImplementation(project(" :polaris-core" ))
157157 testFixturesImplementation(project(" :polaris-api-management-model" ))
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040
4141 implementation(platform(libs.testcontainers.bom))
4242 implementation(" org.testcontainers:testcontainers" )
43- implementation(" org.testcontainers:postgresql" )
43+ implementation(" org.testcontainers:testcontainers- postgresql" )
4444
4545 implementation(libs.testcontainers.keycloak) {
4646 exclude(group = " org.keycloak" , module = " keycloak-admin-client" )
You can’t perform that action at this time.
0 commit comments