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

@@ -21,9 +21,7 @@ dependencies {
testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.springframework:spring-webmvc"
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "junit:junit"
testImplementation "org.junit.vintage:junit-vintage-engine"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
testImplementation "com.jayway.jsonpath:json-path"