removed obsolete Home library deps which were forgotten there

master
Massimiliano Assante 3 years ago
parent 773450dd7a
commit 856086976e

@ -4,6 +4,9 @@
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).
## [v4.3.2-SNAPSHOT] - 2021-04-12
Just removed obsolete Home library deps from pom which were forgotten there in 6.8.0 release
## [v4.3.1] - 2021-02-02

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>vre-deploy</artifactId>
<packaging>war</packaging>
<version>4.3.1</version>
<version>4.3.2-SNAPSHOT</version>
<name>gCube VRE Deploy Wizard Portlet</name>
<description>
gCube VRE Deploy Wizard Portlet.
@ -77,11 +77,6 @@
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>

Loading…
Cancel
Save