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

时间:2013-05-07 06:47:54

标签: java maven jira pom.xml jira-plugin

我的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>

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

1 个答案:

答案 0 :(得分:1)

您已在测试范围中添加了依赖项,除了测试阶段您需要更改范围时需要依赖项