Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem java api pom

SpringMVC Teste
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 12, 2018

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

1 answer

0 votes
jett
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 11, 2018 edited

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>

 

Malay Shah
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2019

This url is no more accessible. Any advice to download jar? 

https://maven.atlassian.com/3rdparty/

Suggest an answer

Log in or Sign up to answer