Hi guys,
I want to add the jira java API to my project, but it doesn't work. Here's what i've put in my pom.xml :
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-api</artifactId>
<version>7.6.1</version>
<scope>provided</scope>
</dependency>
It downloads a lot of things, as usual, but in the end i always get "Build Failure".
The following artifacts could not be resolved: jta:jta:jar:1.0.1, webwork:pell-multipart-request:jar:1.31.0: Failure to find jta:jta:jar:1.0.1 in https://code.lds.org/nexus/content/groups/main-repo was cached in the local repository, resolution will not be reattempted until the update interval of codelds has elapsed or updates are forced
Add Atlassian's third-party repository to your pom
<repositories>
<repository>
<id>Atlassian 3rd-P Old</id>
<url>https://maven.atlassian.com/3rdparty/</url>
</repository>
</repositories>
This url is no more accessible. Any advice to download jar?
https://maven.atlassian.com/3rdparty/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.