Added common-utility

This commit is contained in:
Luca Frosini 2023-02-22 15:11:59 +01:00
parent 494dcffac0
commit d9a695a0d3
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced resource-registry-api lower bound of range
- Enhanced resource-registry-client lower bound of range
- Enhanced resource-registry-publisher lower bound of range
- Added common-utility
## [v2.2.0]

View File

@ -124,6 +124,15 @@
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->
<!-- Facets Based Resource Model related dependencies -->
<dependency>
<groupId>org.gcube.information-system</groupId>