jenkins-core:jar appears to be the one... On Wednesday, July 15, 2020 at 3:00:23 PM UTC-4, Jesse Glick wrote: > > On Wed, Jul 15, 2020 at 2:09 PM Michael Carter > <[email protected] <javascript:>> 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/af72e673-8f91-4f7b-9f7e-288f7bbec467o%40googlegroups.com.
