Upgrade to Java Activation Framework 1.2 as API dependency

Includes XMLUnit 2.6.1 and Undertow 2.0.13.

Issue: SPR-16115
This commit is contained in:
Juergen Hoeller
2018-08-17 16:01:15 +02:00
parent 2ac23badee
commit a6a6cf7d97
8 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ dependencies {
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.xmlunit:xmlunit-matchers:2.6.0")
testCompile("org.xmlunit:xmlunit-matchers:2.6.1")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
testRuntime("com.sun.activation:javax.activation:1.2.0")