Upgraded gcube-smartgears-bom

This commit is contained in:
Luca Frosini 2022-09-22 14:38:23 +02:00
parent 4912f47de3
commit 287abfe454
1 changed files with 1 additions and 13 deletions

14
pom.xml
View File

@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -78,18 +78,6 @@
<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>