moved to bom 2.1.0-SNAPSHOT

This commit is contained in:
Lucio Lelii 2022-09-22 15:26:16 +02:00
parent 0158898abf
commit a4012a2504
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -35,13 +35,13 @@
<properties>
<jackson.version>2.8.11</jackson.version>
<lombok.version>1.18.4</lombok.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.14.8</version>
</dependency>
<dependency>