Apache Http HttpAsyncClient NoClassDefFoundError

时间:2017-02-01 11:43:46

标签: apache noclassdeffounderror asynchttpclient

我正在使用apache http async client library来创建异步http请求。

添加到我的maven依赖项:

    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpasyncclient</artifactId>
        <version>4.1.2</version>
    </dependency>

我的代码正在使用HttpAsyncClientBuilder来构建客户端。在运行时我得到一个异常

java.lang.NoClassDefFoundError: org/apache/http/conn/util/PublicSuffixMatcherLoader

似乎这个jar缺少一些依赖项。 有什么建议吗?

0 个答案:

没有答案