common-utility 1.X.X has been renamed to common-utility-sg3

This commit is contained in:
Luca Frosini 2023-02-24 14:54:10 +01:00
parent 4f1734de8a
commit 4cce5ee2eb
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.4.1-SNAPSHOT]
- Added support for JSON:API on 'licenses' collection [#24601]
- Added usage of common-utility to comply both with SG3 and 4
## [v2.4.0] [r5.14.0] - 2022-12-07

View File

@ -65,7 +65,7 @@
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<artifactId>common-utility-sg3</artifactId>
</dependency>
<!-- Added to support Java 11 JDK -->