taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

No static method getSystemSocketFactory()Lorg/apache/http/conn/ssl/SSLSocketFactory; #303

Closed yanwenruigithub closed 6 years ago

yanwenruigithub commented 6 years ago

I used redmine but in creating the RedmineManager times this error, I thought it was the class conflict with the SDK, but after resolving the conflict, it was still wrong, what should I do?

alexeyOnGitHub commented 6 years ago

this means incompatibility with Apache HttpClient you are using. please check the required version in this project's build.gradle file and try that one in your project.