added json-simple

This commit is contained in:
Luca Frosini 2021-05-11 16:07:50 +02:00
parent 2ba8e74ea6
commit f793012fff
2 changed files with 15 additions and 2 deletions

View File

@ -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

13
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.1</version>
<version>2.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -199,7 +199,16 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<!-- Added for authorization -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<!-- gCube Jackson -->
<dependency>
<groupId>org.gcube.common</groupId>