Removed authorization-utils

This commit is contained in:
Luca Frosini 2022-03-31 11:14:05 +02:00
parent 431e70a574
commit 5ad1f3b382
2 changed files with 5 additions and 7 deletions

View File

@ -7,7 +7,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- enhanced gcube-model version range
- enhanced information-system-model version range
- Upgraded gcube-bom version to 2.1.0-SNAPSHOT
- Added authorization-utils [#22871]
## [v2.1.1]
- Enhanced gcube-bom version
## [v2.1.0]

View File

@ -107,12 +107,6 @@
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->