mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general)
Issue: SPR-15996
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user