Remove JUnit 5 dependencies

Issue gh-674
This commit is contained in:
Joe Grandja
2022-04-20 12:10:17 -04:00
parent 10859ffc09
commit 4d2a675272
8 changed files with 2 additions and 31 deletions

View File

@@ -20,13 +20,7 @@ dependencies {
runtimeOnly "com.h2database:h2"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "junit:junit"
testImplementation "org.junit.vintage:junit-vintage-engine"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "junit:junit"
testImplementation "net.sourceforge.htmlunit:htmlunit"
}
tasks.named("test") {
useJUnitPlatform()
}