Skip to content

Commit

Permalink
fix quarkus IT
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Oct 2, 2024
1 parent fc52a0e commit d3c8e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/quarkus-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ dependencies {
intTestCompileOnly(project(":nessie-immutables"))
intTestAnnotationProcessor(project(":nessie-immutables", configuration = "processor"))

intTestImplementation(enforcedPlatform(libs.testcontainers.bom))
intTestImplementation("io.quarkus:quarkus-test-keycloak-server")
intTestImplementation(project(":nessie-keycloak-testcontainer"))
intTestImplementation(libs.lowkey.vault.testcontainers)
Expand Down

0 comments on commit d3c8e8f

Please sign in to comment.