Added common-gcube-calls lib

This commit is contained in:
Massimiliano Assante 2021-06-24 13:04:57 +02:00
parent 26b59e1552
commit 2a1d54647e
2 changed files with 11 additions and 1 deletions

View File

@ -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).
## [v3.6.3-SNAPSHOT] - 2021-06-24
- Added common-gcube-calls lib
## [v3.6.2] - 2021-05-20
Added IAM and event to orchestrator libs

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2</version>
<version>3.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection>
@ -150,6 +150,12 @@
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-gcube-calls</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- Storage Hub -->
<dependency>
<groupId>org.gcube.common</groupId>