updated error set shub lib as provided

This commit is contained in:
Massimiliano Assante 2022-01-31 13:21:32 +01:00
parent ab992114ad
commit effb732775
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
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).
## [v3.7.0] - 2022-01-31
## [v3.7.0-SNAPSHOT] - 2022-01-31
- removed home-library and added storage-hub deps

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0</version>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection>
@ -161,13 +161,11 @@
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>