Added storage hub dependencies refs #22730

This commit is contained in:
Luca Frosini 2022-01-27 16:56:10 +01:00
parent 6c687777b0
commit e7c7c10fc7
2 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced information-system-model version range
- Added json-simple library version 1.1.1 [#21692]
- Added authorization-utils [#22550]
- Added storage hub dependencies [#22730]
## [v2.0.1] [r5.0.0] - 2021-02-24

12
pom.xml
View File

@ -93,6 +93,18 @@
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<!-- Facets Based Resource Model related dependencies -->
<dependency>