Jira Rest Java Client: missing ApacheHttpClientConfig from Jersey
问题 I'm following the JRJC tutorial, and the second line here: final JerseyJiraRestClientFactory factory = new JerseyJiraRestClientFactory(); final JiraRestClient restClient = factory.createWithBasicHttpAuthentication(jiraServerUri, username, password); Throws this: Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jersey/client/apache/config/ApacheHttpClientConfig at com.atlassian.jira.rest.client.internal.jersey.JerseyJiraRestClientFactory.create(JerseyJiraRestClientFactory