Build against EE 8 API level wherever possible

Upgrade to JAXB 2.3, JAX-WS 2.3, Annotations 1.3.1, Interceptor 1.2.1.
Also includes Log4J 2.9.1 and Asciidoctor 1.5.6.
This commit is contained in:
Juergen Hoeller
2017-09-24 17:18:21 +02:00
parent 1e87b6dd7d
commit e2882fe1db
14 changed files with 69 additions and 76 deletions

View File

@@ -25,7 +25,7 @@ dependencies {
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02")
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
optional("javax.el:javax.el-api:3.0.1-b04")
optional("javax.xml.bind:jaxb-api:${jaxbVersion}")
optional("javax.xml.bind:jaxb-api:2.3.0")
optional('org.webjars:webjars-locator:0.32-1')
optional("com.rometools:rome:1.8.0")
optional("com.lowagie:itext:2.1.7")
@@ -64,7 +64,7 @@ dependencies {
exclude group: "javax.servlet", module: "javax.servlet"
}
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
testCompile("org.apache.httpcomponents:httpclient:${httpclientVersion}") {
testCompile("org.apache.httpcomponents:httpclient:4.5.3") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("commons-fileupload:commons-fileupload:1.3.3")
@@ -90,7 +90,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:${jaxbVersion}")
testRuntime("com.sun.xml.bind:jaxb-impl:${jaxbVersion}")
testRuntime("javax.activation:activation:${activationVersion}")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
testRuntime("javax.activation:activation:1.1.1")
}