From d225c389c93b3258c9f09b34a625a2c394ed16ce Mon Sep 17 00:00:00 2001 From: "lucio.lelii" Date: Thu, 29 Apr 2021 13:29:57 +0200 Subject: [PATCH] Fixed version of jackson libs to 2.8.11 to resolve conflict --- CHANGELOG.md | 6 +++++- pom.xml | 26 ++++++++++++++++++-------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d1d64..7eeaa70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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). -## [v6.26.0-SNAPSHOT] - 2021-04-12 +## [v6.27.0-SNAPSHOT] - 2021-04-29 + +Fixed version of jackson libs to 2.8.11 to resolve conflict + +## [v6.26.0] - 2021-04-12 #### Enhancements diff --git a/pom.xml b/pom.xml index ed6d48d..959bce1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.26.0-SNAPSHOT + 6.27.0-SNAPSHOT gCube Workspace Portlet gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs. @@ -157,7 +157,23 @@ compile - + + + com.fasterxml.jackson.core + jackson-core + 2.8.11 + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11 + + + com.fasterxml.jackson.core + jackson-annotations + 2.8.11 + + org.gcube.portlets.widgets session-checker @@ -207,12 +223,6 @@ [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - - - com.fasterxml.jackson.core - jackson-annotations - 2.7.0 - javax.portlet