From f793012fffd076a4f5a103926fbf456269d9b15d Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 11 May 2021 16:07:50 +0200 Subject: [PATCH] added json-simple --- CHANGELOG.md | 4 ++++ pom.xml | 13 +++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93364e6..730d446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Bom +## [v2.0.2-SNAPSHOT] + +- added json-simple library version 1.1.1 + ## [v2.0.1] - updated resource registry clients versions diff --git a/pom.xml b/pom.xml index d16a39b..9066ad2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-bom - 2.0.1 + 2.0.2-SNAPSHOT pom gCube BOM gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components @@ -199,7 +199,16 @@ slf4j-api 1.7.25 - + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + + org.gcube.common