美文网首页
Maven依赖拉取报错:..... status code: 4

Maven依赖拉取报错:..... status code: 4

作者: 愤怒的阿昆达 | 来源:发表于2023-05-14 10:21 被阅读0次

Maven依赖拉取报错:..... status code: 405, reason phrase: Not Allowed (405)

[WARNING] com.qiniu:qiniu-java-sdk/maven-metadata.xml failed to transfer from http://repo.spring.io/libs-release during a previous attempt.  This failure was cached in the local repository and resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced.  Original error: Could not transfer metadata com.qiniu:qiniu-java-sdk/maven-metadata.xml from/to spring-milestone (http://repo.spring.io/libs-release): status code: 405, reason phrase: Not Allowed (405)

原因:maven高版本,不再默认允许http方式拉取资源

解决:显示开启运行http方式

-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

image.png

相关文章

网友评论

      本文标题:Maven依赖拉取报错:..... status code: 4

      本文链接:https://www.haomeiwen.com/subject/hlcpsdtx.html