Upgrade to JAXB 2.3.1, Groovy 2.5.4, Jetty 9.4.14, Tomcat 9.0.13
Includes JAX-WS 2.3.1, Awaitility 3.1.3, OkHttp 3.12, Woodstox 5.2.
This commit is contained in:
@@ -10,10 +10,10 @@ dependencies {
|
||||
castor "org.codehaus.castor:castor-anttasks:1.4.1"
|
||||
jibx "org.jibx:jibx-bind:1.3.1"
|
||||
jibx "org.apache.bcel:bcel:6.0"
|
||||
xjc "javax.xml.bind:jaxb-api:2.3.0"
|
||||
xjc "javax.xml.bind:jaxb-api:2.3.1"
|
||||
xjc "com.sun.xml.bind:jaxb-core:2.3.0.1"
|
||||
xjc "com.sun.xml.bind:jaxb-impl:2.3.0.1"
|
||||
xjc "com.sun.xml.bind:jaxb-xjc:2.2.11" // 2.3.0 breaks with "xjc failed"
|
||||
xjc "com.sun.xml.bind:jaxb-xjc:2.3.1"
|
||||
xjc "com.sun.activation:javax.activation:1.2.0"
|
||||
}
|
||||
|
||||
@@ -98,7 +98,7 @@ task genJaxb {
|
||||
dependencies {
|
||||
compile(project(":spring-beans"))
|
||||
compile(project(":spring-core"))
|
||||
optional("javax.xml.bind:jaxb-api:2.3.0")
|
||||
optional("javax.xml.bind:jaxb-api:2.3.1")
|
||||
optional("javax.activation:javax.activation-api:1.2.0")
|
||||
optional("org.codehaus.castor:castor-xml:1.4.1") {
|
||||
exclude group: "stax", module: "stax-api"
|
||||
|
||||
Reference in New Issue
Block a user