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