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

@@ -100,7 +100,7 @@ dependencies {
optional("javax.transaction:javax.transaction-api:1.2") // for @javax.transaction.Transactional support
testCompile(project(":spring-core")) // for CodeStyleAspect
testCompile(project(":spring-test"))
testCompile("javax.mail:javax.mail-api:${javamailVersion}")
testCompile("javax.mail:javax.mail-api:1.6.0")
}
eclipse.project {