Added authorization-utils

This commit is contained in:
Luca Frosini 2021-12-16 15:38:58 +01:00
parent ebabf00d70
commit 6c687777b0
2 changed files with 12 additions and 8 deletions

View File

@ -4,16 +4,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.1.0-SNAPSHOT]
- enhanced gcube-model version range
- enhanced information-system-model version range
- added json-simple library version 1.1.1 [#21692]
- Enhanced gcube-model version range
- Enhanced information-system-model version range
- Added json-simple library version 1.1.1 [#21692]
- Added authorization-utils [#22550]
## [v2.0.1] [r5.0.0] - 2021-02-24
## [v2.0.1]
- Updated resource registry clients versions
- updated resource registry clients versions
## [v2.0.0]
## [v2.0.0] [r4.26.0] - 2020-11-11
- Switched JSON management to gcube-jackson [#19283]

View File

@ -71,7 +71,11 @@
<artifactId>common-scope-maps</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.resources</groupId>