I am writing a Java service to access JIRA. And I am using jira-rest-java-clien
t.
But I am unable to resolve the error in the pom file for the jira-rest-java-client
dependency.
So I added the JAR explicitly in the build path but the error in pom file exists.
Also, my maven settings are such that it is trying to download the artifacts from my org's artifact repository but looks like it is not having any JIRA/Atlassian dependencies there.
Can someone please tell what is it I am doing wrong? How can I fix this?
Have you tried to add this dependency
after configuring the following repository?
Or even better, you could add the Atlassian Maven Repository to your pom.xml. You can find detailed information here: https://developer.atlassian.com/display/DOCS/Atlassian+Maven+Repositories