We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eff533 commit 83ca10dCopy full SHA for 83ca10d
opa-async-java-client/build.gradle
@@ -22,6 +22,7 @@ dependencies {
22
testImplementation "org.assertj:assertj-core"
23
testImplementation "org.junit.jupiter:junit-jupiter-api"
24
25
+ testRuntimeOnly "org.springframework.boot:spring-boot-testcontainers"
26
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
27
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
28
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind"
0 commit comments