Compare commits
39 Commits
Author | SHA1 | Date |
---|---|---|
Luca Frosini | 8b1d554331 | |
Luca Frosini | 43a4665480 | |
Luca Frosini | 64e7af31c6 | |
Luca Frosini | 5910cd6ed3 | |
Luca Frosini | 39fd2ca396 | |
Luca Frosini | c3c711061a | |
Roberto Cirillo | afdbd355a9 | |
Roberto Cirillo | 3b0ebf3acb | |
Luca Frosini | e11db6b314 | |
Luca Frosini | bbf3bf7e91 | |
Luca Frosini | 0c9081b7f7 | |
Luca Frosini | b02bb3732e | |
Luca Frosini | 403466cdb1 | |
Luca Frosini | 69d4c86cb9 | |
Roberto Cirillo | c3b6d36d75 | |
luca.frosini | 9f0da45dcd | |
luca.frosini | 60d53c9f8c | |
luca.frosini | 2a523c1b58 | |
luca.frosini | 29ad018116 | |
Luca Frosini | 34b1213dc4 | |
Luca Frosini | 895262822c | |
Roberto Cirillo | d9b649bc06 | |
Roberto Cirillo | 4aaff2ebc3 | |
Roberto Cirillo | d94619bd5c | |
Roberto Cirillo | 2ccc2649e3 | |
Roberto Cirillo | f0d85b4329 | |
Luca Frosini | 193d2d753f | |
Luca Frosini | 4624db9e7e | |
Luca Frosini | 1eca1cffa1 | |
Luca Frosini | a9ce68e7db | |
Luca Frosini | 02f9360770 | |
Luca Frosini | 515805f2a8 | |
Luca Frosini | 5643249827 | |
Luca Frosini | 95902f6b00 | |
Luca Frosini | a3b543657c | |
Luca Frosini | 0a3ad3b565 | |
Luca Frosini | c140639b74 | |
Luca Frosini | 933b7308f7 | |
Luca Frosini | 86d07de407 |
|
@ -1,3 +1,4 @@
|
|||
target
|
||||
.classpath
|
||||
.project
|
||||
/.DS_Store
|
||||
|
|
40
CHANGELOG.md
40
CHANGELOG.md
|
@ -2,6 +2,46 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Bom
|
||||
|
||||
## [v2.4.1]
|
||||
|
||||
- Enhanced common-authorization lower bound of range
|
||||
- Enhanced authorization-client lower bound of range
|
||||
- Enhanced keycloak-client lower bound of range
|
||||
- Enhanced gxHTTP lower bound of range
|
||||
- Enhanced gxJRS lower bound of range
|
||||
- Enhanced storagehub-model range
|
||||
- Enhanced storagehub-client-library range
|
||||
- Added document-store-lib-accounting-service
|
||||
|
||||
|
||||
## [v2.4.0]
|
||||
|
||||
- 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
|
||||
- Enhanced resource-registry-context-client lower bound of range
|
||||
- Enhanced resource-registry-query-template-client lower bound of range
|
||||
- Enhanced resource-registry-schema-client lower bound of range
|
||||
- Added keycloak-client
|
||||
|
||||
|
||||
## [v2.3.0] - 2023-03-29
|
||||
|
||||
- upgrade lower bound range on gCube common dependencies. See #24727
|
||||
|
||||
|
||||
## [v2.2.0]
|
||||
|
||||
- Enhanced information-system-model version range
|
||||
- Enhanced gcube-model version lower bound of 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
|
||||
- Added common-utility-sg3
|
||||
|
||||
|
||||
## [v2.1.0]
|
||||
|
||||
- Enhanced gcube-model version range
|
||||
|
|
105
pom.xml
105
pom.xml
|
@ -5,11 +5,11 @@
|
|||
<parent>
|
||||
<groupId>org.gcube.tools</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.4.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>gCube BOM</name>
|
||||
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</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-bom-legacy.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git</developerConnection>
|
||||
<url>https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy</url>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -79,61 +79,57 @@
|
|||
</dependency>
|
||||
<!-- END Added to support Java 11 JDK -->
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-encryption</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resources</groupId>
|
||||
<artifactId>common-gcore-resources</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.3.5,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-gcore-stubs</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.4,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.3.1,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-scope-maps</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.1.1,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resources</groupId>
|
||||
<artifactId>registry-publisher</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.3.2,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resources.discovery</groupId>
|
||||
<artifactId>ic-client</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.5,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resources.discovery</groupId>
|
||||
<artifactId>discovery-client</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.3,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Storagehub dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-model</artifactId>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-client-library</artifactId>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Storagehub dependencies -->
|
||||
|
||||
|
@ -141,27 +137,42 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>information-system-model</artifactId>
|
||||
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
|
||||
<version>[7.0.0,8.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.resource-management</groupId>
|
||||
<artifactId>gcube-model</artifactId>
|
||||
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
<version>[5.0.0,6.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
<version>[5.0.0,6.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-client</artifactId>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.4.0,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-publisher</artifactId>
|
||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.4.0,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-context-client</artifactId>
|
||||
<version>[4.1.1,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-query-template-client</artifactId>
|
||||
<version>[1.1.1,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-schema-client</artifactId>
|
||||
<version>[4.2.1,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Facets Based Resource Model related dependencies -->
|
||||
|
||||
|
@ -169,42 +180,42 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-generic-clients</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.1,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-gcube-calls</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.0,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-jaxws-calls</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.2,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-clients</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.1.1,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-fw-clients</artifactId>
|
||||
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.1.1,2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gxREST</artifactId>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gxJRS</artifactId>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version> <!-- maybe this component can be removed-->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gxHTTP</artifactId>
|
||||
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>gxJRS</artifactId>
|
||||
<version>[1.2.0, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Clients Related Dependencies -->
|
||||
|
||||
|
@ -212,12 +223,17 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>authorization-client</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.7,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>common-authorization</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
<version>[2.5.1,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>keycloak-client</artifactId>
|
||||
<version>[2.1.0,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Authorization Related Dependencies -->
|
||||
|
||||
|
@ -227,6 +243,11 @@
|
|||
<artifactId>document-store-lib</artifactId>
|
||||
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.accounting</groupId>
|
||||
<artifactId>accounting-lib</artifactId>
|
||||
|
@ -235,6 +256,14 @@
|
|||
<!-- 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>
|
||||
</dependency>
|
||||
<!-- END Used for compatibility between SG 3 and 4 -->
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
|
|
Loading…
Reference in New Issue