Local XMLUnit dependency declarations with consistent version 2.5.1

This commit is contained in:
Juergen Hoeller
2018-04-14 21:03:20 +02:00
parent de4ff4b1fc
commit 0754833b37
6 changed files with 6 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ dependencies {
testCompile("com.squareup.okhttp3:mockwebserver:3.10.0")
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.skyscreamer:jsonassert:1.5.0")
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
testRuntime("com.sun.mail:javax.mail:1.6.1")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")