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

@@ -21,7 +21,7 @@ dependencies {
optional("javax.el:javax.el-api:3.0.1-b04")
optional("javax.xml.bind:jaxb-api:2.3.0")
optional('org.webjars:webjars-locator-core:0.35')
optional("com.rometools:rome:1.9.0")
optional("com.rometools:rome:1.10.0")
optional("com.github.librepdf:openpdf:1.0.5")
optional("org.apache.poi:poi-ooxml:3.17")
optional("org.freemarker:freemarker:${freemarkerVersion}")
@@ -77,7 +77,7 @@ dependencies {
testRuntime("org.python:jython-standalone:2.7.1")
testRuntime("org.webjars:underscorejs:1.8.3")
testRuntime("org.glassfish:javax.el:3.0.1-b08")
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")
}