Browse Source

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

Issue: SPR-15996
pull/1533/head
Juergen Hoeller 8 years ago
parent
commit
65f556c0e2
  1. 2
      spring-oxm/spring-oxm.gradle

2
spring-oxm/spring-oxm.gradle

@ -14,7 +14,7 @@ dependencies { @@ -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…
Cancel
Save