org.openqa.selenium.remote.internal.ApacheHttpClient is deprecated in Selenium 3.14.0 - What should be used instead?
The HTTP client was switched to okhttp: http://square.github.io/okhttp/
This is mentioned in the Selenium Java CHANGELOG of version 3.11.0 and also you can see it in the source code.