1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Add testRuntimeOnly junit-platform-launcher

Closes gh-16755
This commit is contained in:
Rob Winch
2025-03-17 14:16:44 -05:00
parent 46f0dc6dfc
commit adb303e152
28 changed files with 48 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ dependencies {
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.springframework:spring-test"
testImplementation 'org.skyscreamer:jsonassert'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
integrationTest {