Update pom.xml

This commit is contained in:
Giancarlo Panichi 2024-10-16 17:20:59 +02:00
parent 46874b3815
commit 8da61f9b87
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer-algorithms-importer</artifactId>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
<name>dataminer-algorithms-importer</name>
<description>Algorithms for the dataminer service</description>
<scm>
@ -59,6 +59,15 @@
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>