Upgraded ranges of Facet Based IS dependecies

This commit is contained in:
Luca Frosini 2023-04-26 11:31:06 +02:00
parent 34658cecc2
commit f8bc1f63b3
2 changed files with 8 additions and 6 deletions

View File

@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced ranges of authorization libraries
- Replaced common-utility-sg3 with common-utility-sg4
- Enhanced information-system-model version range
- Enhanced gcube-model version version range
- Enhanced resource-registry-api lower bound of range
- Enhanced resource-registry-client lower bound of range
- Enhanced resource-registry-publisher lower bound of range
# [v2.3.0-SNAPSHOT]

10
pom.xml
View File

@ -147,25 +147,23 @@
<dependency>
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
<version>[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<version>[4.4.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId>
<version>[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<version>[4.4.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Facets Based Resource Model related dependencies -->