We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2882fe commit 65f556cCopy full SHA for 65f556c
spring-oxm/spring-oxm.gradle
@@ -14,7 +14,7 @@ dependencies {
14
xjc 'javax.xml.bind:jaxb-api:2.3.0'
15
xjc 'com.sun.xml.bind:jaxb-core:2.3.0'
16
xjc 'com.sun.xml.bind:jaxb-impl:2.3.0'
17
- 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"
18
}
19
20
ext.genSourcesDir = "${buildDir}/generated-sources"
0 commit comments