Explicitly use junit-platform-launcher and junit-jupiter-engine

Closes gh-3367
This commit is contained in:
Rob Winch
2025-04-03 20:43:14 -05:00
parent 3d435e31c9
commit 0962591e43
27 changed files with 54 additions and 0 deletions

View File

@@ -26,7 +26,9 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
integrationTestCompile "org.testcontainers:testcontainers"
}