Enhanced gxHTTP and gxJRS lower bound of range

This commit is contained in:
Luca Frosini 2024-05-02 16:21:41 +02:00
parent 403466cdb1
commit b02bb3732e
2 changed files with 8 additions and 4 deletions

View File

@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced accounting-lib lower bound of range
- Enhanced common-utility-sg3 lower bound of range
- Enhanced gxHTTP lower bound of range
- Enhanced gxJRS lower bound of range
## [v2.4.0]

10
pom.xml
View File

@ -209,13 +209,15 @@
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxJRS</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<artifactId>gxHTTP</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<artifactId>gxJRS</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Clients Related Dependencies -->