Added missing libraries

This commit is contained in:
Luca Frosini 2024-05-02 16:24:20 +02:00
parent 95811c60b9
commit b198f09c60
2 changed files with 42 additions and 1 deletions

View File

@ -6,6 +6,12 @@ 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
- Added gxJRS
- Added common-utility-sg3
- Added keycloak-client
- Added document-store-lib-accounting-service
- Added resource-registry-handlers
# [v2.5.0]

37
pom.xml
View File

@ -91,9 +91,26 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<version>[1.1.2, 2.0.0-SNAPSHOT)</version>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxJRS</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->
<!-- Authorization Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
@ -107,6 +124,12 @@
<version>[2.2.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->
@ -116,6 +139,12 @@
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-accounting-service</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
@ -162,6 +191,12 @@
<version>[4.4.0,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>[2.3.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Facets Based Resource Model related dependencies -->
<dependency>