Migrating to gcube-jackson

This commit is contained in:
Luca Frosini 2020-06-25 14:58:02 +02:00
parent a4975cefd6
commit 276a85c778
1 changed files with 3 additions and 3 deletions

View File

@ -29,14 +29,14 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>1.5.0</version> <version>1.6.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId> <artifactId>information-system-bom</artifactId>
<version>1.5.0</version> <version>2.0.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -76,7 +76,7 @@
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId> <artifactId>resource-registry</artifactId>
<version>[3.0.0, 4.0.0-SNAPSHOT)</version> <version>[4.0.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>