Switching to gcube-jackson

This commit is contained in:
Luca Frosini 2020-07-07 17:12:31 +02:00
parent 3d9537af9e
commit a946c9fdcc
2 changed files with 6 additions and 4 deletions

2
.settings/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/org.eclipse.core.resources.prefs
/org.eclipse.jdt.core.prefs

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>context-enumeration</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>Context Enumeration</name>
<properties>
@ -28,7 +28,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.5.0</version>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -61,8 +61,8 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>