From 65245a1cbbfb82c33a6362ff415eab42b1e6aadd Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 20 Mar 2014 14:51:37 +0100 Subject: [PATCH] Upgraded to WS-Commans XML Schema 2.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bc3d0b2b..a95abc58 100644 --- a/build.gradle +++ b/build.gradle @@ -137,7 +137,7 @@ project('spring-xml') { compile("org.springframework:spring-context:$springVersion") //XML - optional("org.apache.ws.xmlschema:xmlschema-core:2.0.2") + optional("org.apache.ws.xmlschema:xmlschema-core:2.1.0") optional("jaxen:jaxen:1.1.4") } } @@ -163,7 +163,7 @@ project('spring-ws-core') { exclude group: 'xerces', module: 'xercesImpl' exclude group: 'xalan', module: 'xalan' } - optional("org.apache.ws.xmlschema:xmlschema-core:2.0.2") + optional("org.apache.ws.xmlschema:xmlschema-core:2.1.0") // SOAP optional("org.apache.ws.commons.axiom:axiom-api:$axiomVersion")