Switching to gcube-jackson

This commit is contained in:
Luca Frosini 2020-07-10 18:13:01 +02:00
parent 8d8a45c00a
commit bde6310d8a
1 changed files with 7 additions and 9 deletions

16
pom.xml
View File

@ -9,13 +9,11 @@
</parent>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>1.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Smart Executor Bom</name>
<description>
Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service.
In such a way any plugin developer does not have to deal with dependencies conflicts and provided dependencies.
</description>
<description>Smart Executor Bom is used to declare the version and set to provided the libraries already available in Smartgears and in Smart Executor Service.
In such a way any plugin developer does not have to deal with dependencies conflicts and provided dependencies.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -27,7 +25,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -194,13 +192,13 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-api</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-client</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -225,4 +223,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>
</project>