From e723f9fc84ffa1983acf7efc1146ca0ccf79df04 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Jun 2014 14:36:43 +0100 Subject: [PATCH] Use the latest version of JDOM 2 As of JDOM 2.0.3, artifacts are now published under org.jdom:jdom2 where 2.0.5 is the latest version available --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4bf5cf0f..cc4c3f8f 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ project('spring-ws-core') { testCompile("org.springframework:spring-test:$springVersion") // XML - optional("org.jdom:jdom:2.0.1") + optional("org.jdom:jdom2:2.0.5") optional("dom4j:dom4j:1.6.1") optional("xom:xom:1.2.5") { exclude group: 'xml-apis', module: 'xml-apis'