我正在跟踪一本电子书,由于pom.xml文件中的错误,我无法继续下去。
我有以下错误: Project :无法解析的导入POM: io.thorntail:bom:pom:2.7.0。在上一次尝试中,最终从http://repo.mj.gov.br/repository/maven-group/传输失败。此失败被缓存在本地存储库中,并且在nexus的更新间隔已经过去或更新被强制执行之前,不会重新尝试解析。原始错误:无法传输伪影io.thorntail:bom:pom:2.7.0.最终从/转到http://repo.mj.gov.br/repository/maven-group/:http://repo.mj.gov.br/repository/maven-group/io/thorntail/bom-all/2.7.0.Final/bom-all-2.7.0.Final.pomJava(0)传输失败
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>bom-all</artifactId>
<version>${version.thorntail}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>此错误:项目构建错误: io.thorntail:jaxrs:jar的“io.thorntail:jaxrs:jar”为missing.Java(0)
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>jaxrs</artifactId>
</dependency>
</dependencies>我该怎么解决这个问题?我使用的是VsCode Java。谢谢你的帮助。
发布于 2022-03-12 18:15:11
我无法进入存储库。问题解决了。http://repo.mj.gov.br/repository/maven-group/
https://stackoverflow.com/questions/71450710
复制相似问题