mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Upgrade to Java Activation Framework 1.2 for test runtime
Includes upgrade to Hibernate Validator 6.0.4 (where applicable) Issue: SPR-16115
This commit is contained in:
@@ -10,11 +10,11 @@ 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.activation:activation:1.1.1'
|
||||
xjc 'javax.xml.bind:jaxb-api:2.3.0'
|
||||
xjc 'com.sun.xml.bind:jaxb-core:2.3.0'
|
||||
xjc 'com.sun.xml.bind:jaxb-impl:2.3.0'
|
||||
xjc 'com.sun.xml.bind:jaxb-xjc:2.2.11' // 2.3.0 breaks with "xjc failed"
|
||||
xjc 'com.sun.activation:javax.activation:1.2.0'
|
||||
}
|
||||
|
||||
ext.genSourcesDir = "${buildDir}/generated-sources"
|
||||
|
||||
Reference in New Issue
Block a user