HI All,
I have faced a problem.
I am trying to import the repositaries for jira rest client of maven.
In maven we got the below dependency:
<!-- https://mvnrepository.com/artifact/com.atlassian.jira/jira-rest-java-client-core -->
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-core</artifactId>
<version>5.2.2</version>
</dependency>
I have add this in the pom.xml.
But error shows that :
Missing artifact com.atlassian.jira:jira-func-tests:jar:5.2
Can anyone please help me to solve this error?
Thanks
Anjan