Update pom.xml
This commit is contained in:
parent
46874b3815
commit
8da61f9b87
11
pom.xml
11
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue