这听起来像是重复的,但我有点问题
此行找到多个注释: - 项目构建错误:不可解析的父POM:找不到工件org.hisp.dhis:dhis:pom:2.18-SNAPSHOT和'parent.relativePath' 指向错误的本地POM
项目构建错误:'parent.relativePath'指向org.hisp.dhis:dhis-local而不是org.hisp.dhis:dhis,请验证您的项目结构
以下是POM.xml
我遇到错误的部分:
<parent>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis</artifactId>
<version>2.18-SNAPSHOT</version>
</parent>
我已按照here步骤删除失败的依赖项。
有人可以解释,解决此问题需要采取什么行动?
由于