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
This commit is contained in:
Andy Wilkinson
2014-06-09 14:36:43 +01:00
parent 51ac3be556
commit e723f9fc84

View File

@@ -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'