Switching to gcube-jackson
This commit is contained in:
parent
ec926472cb
commit
08159c3d5e
22
pom.xml
22
pom.xml
|
@ -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.11.0</jackson.version>
|
||||
<gcube-jackson.version>2.8.11</gcube-jackson.version>
|
||||
<thinkerpop.version>2.6.0</thinkerpop.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<serviceClass>InformationSystem</serviceClass>
|
||||
|
@ -48,21 +48,23 @@
|
|||
<artifactId>orientdb-client</artifactId>
|
||||
<version>${orientdb.version}</version>
|
||||
</dependency>
|
||||
<!-- gCube Jackson -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-core</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gcube-jackson-databind</artifactId>
|
||||
<version>${gcube-jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gcube-jackson-annotations</artifactId>
|
||||
<version>${gcube-jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson.version}</version>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gcube-jackson-core</artifactId>
|
||||
<version>${gcube-jackson.version}</version>
|
||||
</dependency>
|
||||
<!-- END gCube Jackson -->
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue