【发布时间】:2015-08-30 00:38:23
【问题描述】:
我有一个在 STS 中运行的 Maven Spring Boot 项目,该项目构建良好:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.5.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
将上述 Spring Boot 的版本更新为 1.3.0.M4 会导致:
[FATAL] Non-resolvable parent POM: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.3.0.M4 from/to IWS_Repo (https://build-devtools.fw.net/artifactory/repo/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target and 'parent.relativePath' points at no local POM @ line 18, column 10
我在 STS 和命令行中都试过了:同样的错误。
可能是什么问题?
【问题讨论】:
标签: maven spring-boot