diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8d785..c8cb477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.5.1-SNAPSHOT] + +- Added library to support Java 11 JDK + ## [v2.5.0] - [2022-04-20] - Deprecated AccessTokenProvider, AuthorizationProvider and SecurityTokenProvider [#22871] diff --git a/pom.xml b/pom.xml index c5e8b6a..ba96a4f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,41 +1,58 @@ - - 4.0.0 - org.gcube.common - common-authorization - 2.5.0 - authorization service common library + + 4.0.0 + + maven-parent + org.gcube.tools + 1.1.0 + - - maven-parent - org.gcube.tools - 1.1.0 - - - - scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git - scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git - https://code-repo.d4science.org/gCubeSystem/common-authorization - + org.gcube.common + common-authorization + 2.5.1-SNAPSHOT + authorization service common library - - - org.gcube.core - common-scope - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - - - junit - junit - 4.11 - test - - - - org.slf4j - slf4j-api - 1.7.5 - - + + scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git + scm:git:https://code-repo.d4science.org/gCubeSystem/common-authorization.git + https://code-repo.d4science.org/gCubeSystem/common-authorization + - + + + + org.gcube.distribution + gcube-bom + 2.1.0-SNAPSHOT + pom + import + + + + + + + org.gcube.core + common-scope + + + junit + junit + 4.11 + test + + + + org.slf4j + slf4j-api + + + + + javax.xml.ws + jaxws-api + + + + + +