Skip to content

Commit 43b6ca5

Browse files
committed
add junit-platform-launcher dependency
1 parent 6327d2a commit 43b6ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opa-async-java-client/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
testImplementation "org.junit.jupiter:junit-jupiter-api"
2424

2525
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
26+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
2627
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind"
2728
testRuntimeOnly "org.slf4j:slf4j-simple"
2829

0 commit comments

Comments
 (0)