On Fri, Dec 8, 2017 at 8:37 AM, Ullrich Hafner <[email protected]> wrote: > I get the following error, I’m not sure if this is related: > > java.lang.NoSuchMethodError: > com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()Lcom/google/common/util/concurrent/ListeningExecutorService;
Probably that is the cause of your woes: mismatched dependencies. Make sure you are using a recent parent POM, which should report these as `requireUpperBoundDeps` violations, I hope, though https://github.com/jenkinsci/maven-plugin/pull/105#issuecomment-347330376 suggests it might not work in this case. Make sure you are picking up Guava from Jenkins core, not some other dependency chain. -- 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/CANfRfr0vpGrHm86Acsb-Khk-74zM_EeQ11Us-BtTuU0MPXf7aQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
