Maven依賴?yán)?bào)錯(cuò):..... 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高版本,不再默認(rèn)允許http方式拉取資源
解決:顯示開啟運(yùn)行http方式
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

image.png