#21387 moved gcube-jackson version at 2.8.11

This commit is contained in:
Francesco Mangiacrapa 2021-05-11 14:57:12 +02:00
parent 7faf4ff400
commit 088a100dd3
3 changed files with 12 additions and 6 deletions

View File

@ -5,7 +5,6 @@
<wb-resource deploy-path="/" source-path="/src/main/java"/>
<wb-resource deploy-path="/" source-path="/src/main/resources"/>
<wb-resource deploy-path="/" source-path="/src/test/java"/>
</wb-module>

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.0.1-SNAPSHOT] - 2021-05-11
**Enhancement**
[#21387] Harmonize the jackson version to v.2.8.11
## [v1.0.0] - 2021-02-17
**Bug Fixes**

11
pom.xml
View File

@ -12,7 +12,7 @@
<groupId>org.gcube.datacatalogue</groupId>
<artifactId>catalogue-util-library</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<name>Ckan utility library</name>
<description>
@ -32,6 +32,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<gwtVersion>2.7.0</gwtVersion>
<apache.http.version>4.4.1</apache.http.version>
<gcube.jackson.version>2.8.11</gcube.jackson.version>
</properties>
<dependencyManagement>
@ -56,19 +57,19 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-core</artifactId>
<version>2.6.0</version>
<version>${gcube.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-annotations</artifactId>
<version>2.6.0</version>
<version>${gcube.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-databind</artifactId>
<version>2.6.0</version>
<version>${gcube.jackson.version}</version>
</dependency>
<dependency>
@ -145,7 +146,7 @@
<artifactId>guava</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>