Added common-utility
This commit is contained in:
parent
494dcffac0
commit
d9a695a0d3
|
@ -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]
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue