Cannot create AsynchronousJiraRestClientFactory (Dependency Issue)
问题 I previously made a restful client application in Java to mass-manipulate tickets and expedite workflow, however, I want to create a more holistic application that utilizes the actual JIRA api instead of parsing JSON in my own solution. I have a very simple code-block to create a client: public class SimpleMain { public static void main(String[] args) { try { JiraRestClient client = new AsynchronousJiraRestClientFactory() .createWithBasicHttpAuthentication(new URI("https://jira.redacted.com")