Update pom.xml
This commit is contained in:
parent
46874b3815
commit
8da61f9b87
11
pom.xml
11
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.dataanalysis</groupId>
|
<groupId>org.gcube.dataanalysis</groupId>
|
||||||
<artifactId>dataminer-algorithms-importer</artifactId>
|
<artifactId>dataminer-algorithms-importer</artifactId>
|
||||||
<version>1.3.0</version>
|
<version>1.3.0-SNAPSHOT</version>
|
||||||
<name>dataminer-algorithms-importer</name>
|
<name>dataminer-algorithms-importer</name>
|
||||||
<description>Algorithms for the dataminer service</description>
|
<description>Algorithms for the dataminer service</description>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -59,6 +59,15 @@
|
||||||
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Lombok -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
<version>1.18.4</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- JUnit -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue