Add junit-vintage-engine for JUnit 4 tests

This commit is contained in:
Artem Bilan
2019-10-21 11:05:43 -04:00
parent 437cfcfd24
commit ef9267bff5

View File

@@ -125,6 +125,9 @@ dependencies {
testRuntime "org.apache.logging.log4j:log4j-jcl:$log4jVersion"
testRuntime 'org.junit.jupiter:junit-jupiter-engine'
testRuntime 'org.junit.platform:junit-platform-launcher'
// To support JUnit 4 tests
testRuntime 'org.junit.vintage:junit-vintage-engine'
}
eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'