So my ignorance might be showing but I think I tracked down where the
27.1-jre is coming from as if I do an exclude on jenkins-core:jar and
pipeline-model-definition it goes away... well all versions of gauva go
away.
I'm guessing it's part of this?
<jenkins.version>2.235.1</jenkins.version>
<jenkins.bom>bom-2.235.x</jenkins.bom>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>${jenkins.bom}</artifactId>
<version>${jenkins.bomver}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
On Wednesday, July 15, 2020 at 4:09:23 PM UTC-4, Michael Carter wrote:
>
> 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]> 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/ab24f231-539c-492c-9de7-df1a044d0d6bo%40googlegroups.com.