Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general)

Issue: SPR-15996
This commit is contained in:
Juergen Hoeller 2017-09-24 18:05:59 +02:00
parent e2882fe1db
commit 65f556c0e2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies {
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.3.0'
xjc 'com.sun.xml.bind:jaxb-xjc:2.2.11' // 2.3.0 breaks with "xjc failed"
}
ext.genSourcesDir = "${buildDir}/generated-sources"