Use the JUnit Platform Test Kit in spring-test

This commit is contained in:
Sam Brannen
2019-05-26 14:21:40 +02:00
parent 43119deb08
commit 50cc23ca55
2 changed files with 39 additions and 72 deletions

View File

@@ -62,8 +62,8 @@ dependencies {
testCompile("javax.mail:javax.mail-api:1.6.2")
testCompile("org.hibernate:hibernate-core:5.4.2.Final")
testCompile("org.hibernate:hibernate-validator:6.0.16.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")
testCompile("org.junit.platform:junit-platform-testkit")
testCompile("org.junit.jupiter:junit-jupiter-params")
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
testCompile("com.thoughtworks.xstream:xstream:1.4.10")