java.lang.ClassNotFoundException: org.apache.http.util.Args - Which dependency should I add?

后端 未结 2 1367
粉色の甜心
粉色の甜心 2020-12-03 23:48

I\'m running a Java application and had the following error:

java.lang.ClassNotFoundException: org.apache.http.util.Args

I belie

2条回答
  •  北荒
    北荒 (楼主)
    2020-12-04 00:06

    You need to add the follwoing dependency:

    
        org.apache.httpcomponents
        httpcore
        4.4
    
    

提交回复
热议问题