Upgrade to JAXB 2.3.0.1, Aalto XML 1.1, Rome 1.10

This commit is contained in:
Juergen Hoeller
2018-06-11 22:01:51 +02:00
parent 0777a80efe
commit 9c36b53833
6 changed files with 20 additions and 20 deletions

View File

@@ -36,7 +36,7 @@ dependencies {
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.xmlunit:xmlunit-matchers:2.6.0")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
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")
}