I'm trying just do this:
WebClient webClient = new WebClient();
HtmlPage loginPage = webClient.getPage("https://www.google.com.br");
But I'm getting this error:
java.lang.IllegalArgumentException: Cannot locate declared field class org.apache.http.impl.client.HttpClientBuilder.dnsResolver
I'm using Liferay DXP with Gradle.
How can I solve this problem?
Regards