java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;)V
I'm getting this error running WAS 8.5. My web app depends on http client 4.1.1 but it seems i'm getting a different class loaded on WAS. How can I exclude the http client library from my apps class path on was 8.5?