pom.xml报错:Failure to find org.apache.maven.doxia:doxia-logging-api:jar:1.1 in http://repo.
在maven本地庫中找到對應的地址:org.apache.maven.doxia找到對應的文件:doxia-logging-api發現文件中包含有lastUpdated字樣,表示該文件并未下載完成,然后將整個2.6版本刪除,項目上右鍵>Maven>Update project 即可。
《Failure to find org.apache.maven.doxia:doxia-logging-api:jar:1.1 in http://repo.maven.apache.org/mav》
參考網址:參考網址
pom.xml報錯:
Multiple annotations found at this line:
- Missing artifact log4j:log4j:jar:1.2.15:compile
- Missing artifact org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0:compile
- Missing artifact org.apache.ws.commons.axiom:axiom-dom:jar:1.2.5:compile
- Missing artifact org.apache.httpcomponents:httpcore:jar:4.0-alpha5:compile
參考地址
更新時將此勾選:
轉載于:https://www.cnblogs.com/Linlearn/p/10972454.html
總結
以上是生活随笔為你收集整理的pom.xml报错:Failure to find org.apache.maven.doxia:doxia-logging-api:jar:1.1 in http://repo.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python module模块 包
- 下一篇: ES5数组一些常用的方法源码实现