问题
导入的jar包在阿里云仓库中没有, 于是将jar包复制到本地的maven仓库,仍然报错误,信息如下:
during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of alimaven has elapsed or updates are forced
按网上搜索的方法, 删除.lastUpdated文件,更新本地maven缓存, 无效。
解决
删除_remote.repositories .pom .pom.sha1 3个文件 , 然后reload project , 成功。
参考:https://blog.csdn.net/casuallc/article/details/120892319
标签:依赖,删除,仓库,jar,maven,pom,本地,下载 From: https://www.cnblogs.com/binli33/p/17719853.html