java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE from Mashape Unirest in Java application

前端 未结 5 616
半阙折子戏
半阙折子戏 2020-11-29 22:45

I have a Maven Java project that uses Mashape Unirest for sending HTTP requests to other URLs. I am currently writing an integration test (using TestNG) tha

5条回答
  •  渐次进展
    2020-11-29 22:56

    if you are using aws sdk this error occurs because of dependency mismatch. To avoid this error do the following: 1.Put the dependecies in the required order aws sdk and the end preferably 2.Add shade plugin to the project

    This solved my problem

提交回复
热议问题