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

2023-05-14  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读