私の jira プラグイン プロジェクトは正常に動作していました。変更がJIRAに反映されていなかったので、「atlas-clean」を実行しました。今、私が実行すると - 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>
任意のアイデア..どのように解決できますか?