On Wed, Jul 15, 2020 at 2:09 PM Michael Carter <[email protected]> wrote: > ... and that did the trick: > > <dependency> > <groupId>com.google.guava</groupId> > <artifactId>guava</artifactId> > <version>11.0.1</version> > <scope>test</scope> > </dependency>
Not recommended. Better to find out which other dependency was pulling it a newer version of Guava and add an `<exclusion>` to suppress that. -- 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/CANfRfr1Jd6dp0MfL%3Dogiv0CJgzokhgfb0iXsXutrG9MqoP9YJg%40mail.gmail.com.
