Help me with a maven dependency which can integrate with Jira plugin for Rest API call?(server plg

Paturi Naveen Kumar September 26, 2022

I'm unable to build plugin with Unirest and HttpClient dependency, tried to fetch responses from API's using unirest, withing plugin maven project generated using 'atlas-create-jira-plugin' command. Is there any dependency which works with atlassian plugins.

1 answer

1 accepted

0 votes
Answer accepted
Paturi Naveen Kumar September 28, 2022

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
<scope>provided</scope>
</dependency>

Suggest an answer

Log in or Sign up to answer