Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general)
Issue: SPR-15996
This commit is contained in:
parent
e2882fe1db
commit
65f556c0e2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue