added common-authorization as provided
This commit is contained in:
parent
2746bd2183
commit
5a273b397b
|
@ -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]
|
||||
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue