Added common-utility
This commit is contained in:
parent
515805f2a8
commit
02f9360770
|
@ -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.1.0]
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -250,6 +250,14 @@
|
|||
<!-- 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>
|
||||
</dependency>
|
||||
<!-- END Used for compatibility between SG 3 and 4 -->
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
|
|
Loading…
Reference in New Issue