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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user