[Solved] java.lang.ClassNotFoundException: org.apache.http.impl.client.HttpClients
Full Exception:
java.lang.ClassNotFoundException: org.apache.http.impl.client.HttpClients
Solution:
In my case, I have removed the below snippet then the issue is resolved.
HttpComponentsClientHttpRequestFactory clientRequestFactory = new HttpComponentsClientHttpRequestFactory(); clientRequestFactory.setReadTimeout(4500);