Trying to force lombok version to compile gcat with Jenkins

This commit is contained in:
Luca Frosini 2022-09-22 14:28:15 +02:00
parent 581870479a
commit 4912f47de3
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -78,6 +78,18 @@
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
</dependency>
<!--
lombok is not used but is a dependecy of storagehub-model
we need to force the version 1.18.4 to avoid compiling issues
with Jenkins see https://support.d4science.org/issues/23884
-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>