我嘗試添加以下的依賴:搖籃下載相關性錯誤
compile group: 'com.cedarsoft.commons', name:'test-utils', version:'5.0.9'
搖籃下載了幾個瓶子,然後我得到了以下錯誤:
POM relocation to an other version number is not fully supported in Gradle : xml-apis#xml-apis;2.0.2 relocated to xml-apis#xml-apis;1.0.b2.
Please update your dependency to directly use the correct version 'xml-apis#xml-apis;1.0.b2'.
Resolution will only pick dependencies of the relocated element. Artifacts and other metadata will be ignored.
任何想法,爲什麼以及如何解決這個問題?