added common-authorization as provided

This commit is contained in:
Luca Frosini 2022-11-09 14:12:36 +01:00
parent 2746bd2183
commit 5a273b397b
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,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
- added common-authorization as provided
## [v3.0.0]

View File

@ -70,6 +70,11 @@ In such a way any plugin developer does not have to deal with dependencies confl
<artifactId>common-jaxws-calls</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears-app</artifactId>