added authorization-utils as provided

This commit is contained in:
Luca Frosini 2022-11-09 14:08:40 +01:00
parent 0b4e1ad7a1
commit 2746bd2183
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Upgraded gcube-smartgears-bom to 2.2.0-SNAPSHOT
- added slf4j-api as provided [#23518]
- added authorization-utils as provided
## [v3.0.0]

View File

@ -237,6 +237,11 @@ In such a way any plugin developer does not have to deal with dependencies confl
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>