Compare commits

...

13 Commits

Author SHA1 Message Date
Luca Frosini 04878398cf Removed -SNAPSHOT from lower bound 2024-05-16 11:56:20 +02:00
Luca Frosini d8d06565e6 Fixed lower range 2024-05-08 17:22:39 +02:00
Luca Frosini 00f72a7a65 updating ranges 2024-05-08 11:28:45 +02:00
Luca Frosini b130e09dfe Fixed imported gcube-bom 2024-05-07 14:49:21 +02:00
Luca Frosini b198f09c60 Added missing libraries 2024-05-02 16:24:20 +02:00
Luca Frosini 95811c60b9 Upgraded imported gcube-bom 2024-04-30 11:27:12 +02:00
Luca Frosini 88e96331f3 Downgraded maven-parent 2024-04-30 11:25:32 +02:00
Luca Frosini 4c2241b0dd Merge branch 'master' of
gitea@code-repo.d4science.org:gCubeSystem/gcube-smartgears-bom-legacy.git
2024-04-30 11:23:18 +02:00
Luca Frosini 21512a2389 Enhanced accounting-lib and common-utility-sg3 lower bound of range 2024-04-30 11:14:16 +02:00
Roberto Cirillo 58b5c4ecc9 Update 'CHANGELOG.md'
fix syntax
2023-08-01 10:47:24 +02:00
Roberto Cirillo 218d4c7e38 Update 'CHANGELOG.md'
fix syntax
2023-08-01 10:47:05 +02:00
Roberto Cirillo 6a0dbaa67f Update 'pom.xml'
fix scm section
2023-08-01 10:24:41 +02:00
Roberto Cirillo 6c7acc65cd Update 'pom.xml'
replace scm project.artifactid variable with project name
2023-08-01 10:24:06 +02:00
2 changed files with 97 additions and 55 deletions

View File

@ -2,6 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Smartgears Bom
# [v2.5.1-SNAPSHOT]
- 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]
- Upgraded gcube-bom to 2.4.0

140
pom.xml
View File

@ -5,11 +5,11 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.2.0</version>
<version>1.1.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.5.0</version>
<version>2.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -23,9 +23,9 @@
</properties>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy</url>
</scm>
<dependencyManagement>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0</version>
<version>2.4.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -88,56 +88,12 @@
<version>[1.0.3,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>
<scope>provided</scope>
</dependency>
<!-- Authorization Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<version>[2.0.4,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.2.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->
<!-- Facets Based Resource Model related dependencies -->
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>[7.0.0,8.0.0-SNAPSHOT)</version>
<version>[7.1.0-SNAPSHOT,8.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -148,21 +104,95 @@
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>[5.0.0,6.0.0-SNAPSHOT)</version>
<version>[5.1.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
<version>[4.4.0,5.0.0-SNAPSHOT)</version>
<version>[4.5.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.4.0,5.0.0-SNAPSHOT)</version>
<version>[4.5.0-SNAPSHOT,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 -->
<!-- Clients Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId>
<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>
<!-- END Clients Related Dependencies -->
<!-- Authorization Related Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
<version>[2.0.7,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<version>[2.5.1,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>[2.1.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Authorization Related Dependencies -->
<!-- Accounting Related Dependencies -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[3.0.1-SNAPSHOT,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.1-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[4.2.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- 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 -->
<dependency>
<groupId>org.slf4j</groupId>