added gcube security library

This commit is contained in:
Lucio Lelii 2022-05-30 18:30:43 +02:00
parent 4027250a83
commit f6d1ebb740
2 changed files with 20 additions and 1 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom
## [v3.0.0-SNAPSHOT]
- moved to smartgears 4.0.0
- keycloak client added
## [v2.1.0]
- Enhanced gcube-model version range

16
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -44,6 +44,13 @@
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-security</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-encryption</artifactId>
@ -182,6 +189,13 @@
<artifactId>common-authorization</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->