gpt4 book ai didi

maven - 为什么 JBoss Resteasy maven 依赖项不起作用?

转载 作者:行者123 更新时间:2023-12-01 08:07:06 25 4
gpt4 key购买 nike

我加了

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2.1.GA</version>
<scope>provided</scope>
</dependency>

我正在使用

<repositories>
<repository>
<id>jboss</id>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>

当我尝试构建时,出现以下错误。我做错了什么?

[ERROR] Failed to execute goal on project tapvox-api: Could not resolve dependencies for project com.myproject.api:myproject-api:war:1.0-SNAPSHOT: Could not find artifact org.jboss.resteasy:resteasy-jaxrs-all:jar:2.2.1.GA in jboss (http://repository.jboss.org/nexus/content/groups/public) -> [Help 1]

最佳答案

您尝试下载的依赖项没有任何 jar 或传递依赖项。由于默认类型是 jar,那么这将失败。如果你把

<type>pom</type>

在您的依赖项中,您将获得此依赖项必须提供的唯一 Artifact 。参见 pom

我猜你正在尝试获取错误的依赖项。

关于maven - 为什么 JBoss Resteasy maven 依赖项不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8171342/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com