gpt4 book ai didi

java - jira插件项目中的maven依赖错误

转载 作者:行者123 更新时间:2023-12-01 14:36:50 24 4
gpt4 key购买 nike

我的 jira 插件项目运行良好。我已经执行了“atlas-clean”,因为更改没有反射(reflect)在 JIRA 中。现在,当我执行 - atlas-run 时,它会给出如下依赖错误:

org.apache.http does not exists.
org.apache.http.client does not exists.
org.apache.http.client does not exists.
org.apache.http.client.methods does not exists.
.....

在pom.xml中,它已经存在了..

      <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
<scope>test</scope>
</dependency>

任何想法..它如何解决?

最佳答案

您已在测试范围中添加了依赖项,除了测试阶段之外,您还需要更改范围,因此需要依赖项

关于java - jira插件项目中的maven依赖错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16412852/

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