On Mon, Jul 18, 2016 at 5:15 AM, Robert Sandell <[email protected]> wrote: > you most likely have multiple versions of httpclient on your classpath
Yes, use `mvn dependency:tree`, and generally either add an `<exclude>` for the old one, or add an explicit dependency on a newer one. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr098r4X8gFn6ARkfNZgp%3DZpmAdG%3DXxvcu-axS0QRVfVYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
