Migrating to gcube-jackson

feature/19116
Luca Frosini 4 years ago
parent f2a98feaab
commit ec926472cb

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

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>1.5.0</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Information System Bom</name>
<description>Information System Bom is used to declare the version of dependencies shared across information system components</description>
@ -19,7 +19,7 @@
<!-- OrientDB version has impact on jackson and thinkerpop version.
When OrientDB version is changed jackson and thinkerpop version
must be coherent with the one declared by orientdb -->
<jackson.version>2.6.0</jackson.version>
<jackson.version>2.11.0</jackson.version>
<thinkerpop.version>2.6.0</thinkerpop.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<serviceClass>InformationSystem</serviceClass>
@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
</dependencies>

Loading…
Cancel
Save