我的jira插件项目运行正常。我已经执行了“atlas-clean”,因为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>
任何想法..它如何解决?
答案 0 :(得分:1)
您已在测试范围中添加了依赖项,除了测试阶段您需要更改范围时需要依赖项