Compare commits

...

2 Commits

@ -0,0 +1,26 @@
# Changelog
## [v1.2.1-SNAPSHOT] - 2020-10-08
### Features
- removec jackson depenedency
## [v1.2.0] - 2019-09-16
### Features
- Feature #17265, oAuth2 service with capability to be deployed on a multi instance cluster
## [v1.1.0] - 2019-03-21
### Features
- oauth2 fully compatible reading client_id and client_secret from Basic authorization
## [v1.0.0] - 2017-01-31
First release
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

@ -13,7 +13,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oauth</artifactId>
<packaging>war</packaging>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<name>gcube-oauth</name>
<properties>
@ -33,18 +33,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>LATEST</version>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save