Trying to force lombok version to compile gcat with Jenkins
This commit is contained in:
parent
581870479a
commit
4912f47de3
12
pom.xml
12
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue