Skip to content

Commit 65f556c

Browse files
committed
Downgrade xjc to 2.2.11 (while keeping JAXB at 2.3.0 general)
Issue: SPR-15996
1 parent e2882fe commit 65f556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-oxm/spring-oxm.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
xjc 'javax.xml.bind:jaxb-api:2.3.0'
1515
xjc 'com.sun.xml.bind:jaxb-core:2.3.0'
1616
xjc 'com.sun.xml.bind:jaxb-impl:2.3.0'
17-
xjc 'com.sun.xml.bind:jaxb-xjc:2.3.0'
17+
xjc 'com.sun.xml.bind:jaxb-xjc:2.2.11' // 2.3.0 breaks with "xjc failed"
1818
}
1919

2020
ext.genSourcesDir = "${buildDir}/generated-sources"

0 commit comments

Comments
 (0)