I am currently using Selenium 3.14.0 library in which org.openqa.selenium.remote.internal.ApacheHttpClient is deprecated with no other information. Which sh
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.