Updated to version 1.3.1-SNAPSHOT and aligned to the new portal BOM 3.6.2-SNAPSHOT

master
Mauro Mugnaini 3 years ago
parent cc3f2ba652
commit b54c49527c

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-library-portal"
## [v1.3.1-SNAPSHOT]
The `UmaJWTProvider` is moved here from `authroization-common-client` for in-portal use only and new provider from that library (`AccessTokenProvider`) is used to transport the `access-token` only to the client library
## [v1.3.0]
Extracted the UMA issuing code for logged user from the Valve in the `threadlocal-vars-cleaner` project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591)

@ -12,14 +12,14 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -36,7 +36,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>

Loading…
Cancel
Save