From 59bd21d2fc1d3224933212810595af5958665383 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 11 Jun 2018 22:14:21 +0200 Subject: [PATCH] Restore xjc 2.2.11 (since 2.3.0.1 also breaks with "xjc failed" on CI) --- spring-oxm/spring-oxm.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-oxm/spring-oxm.gradle b/spring-oxm/spring-oxm.gradle index 699ad22022..3da68e1033 100644 --- a/spring-oxm/spring-oxm.gradle +++ b/spring-oxm/spring-oxm.gradle @@ -13,7 +13,7 @@ dependencies { xjc 'javax.xml.bind:jaxb-api:2.3.0' xjc 'com.sun.xml.bind:jaxb-core:2.3.0.1' xjc 'com.sun.xml.bind:jaxb-impl:2.3.0.1' - xjc 'com.sun.xml.bind:jaxb-xjc:2.3.0.1' + xjc 'com.sun.xml.bind:jaxb-xjc:2.2.11' // 2.3.0 breaks with "xjc failed" xjc 'com.sun.activation:javax.activation:1.2.0' }