我正在尝试这样做:
WebClient webClient = new WebClient();
HtmlPage loginPage = webClient.getPage("https://www.google.com.br");
但是我收到了这个错误:
java.lang.IllegalArgumentException: Cannot locate declared field class org.apache.http.impl.client.HttpClientBuilder.dnsResolver
我正在使用Liferay DXP和Gradle。
我该如何解决这个问题?
此致