From 846948afaf2ccda3cae43a30e892993e4fe1ea30 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 9 Nov 2022 14:49:27 +0100 Subject: [PATCH] Fixing bom --- CHANGELOG.md | 3 +- pom.xml | 191 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 187 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389744d..c535ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Upgraded gcube-smartgears-bom to 2.2.0-SNAPSHOT - added slf4j-api as provided [#23518] -- added authorization-utils as provided -- added common-authorization as provided +- added libs declared in gcube-smartgears-bom to set them as provided ## [v3.0.0] diff --git a/pom.xml b/pom.xml index b420452..d640b42 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ In such a way any plugin developer does not have to deal with dependencies confl UTF-8 VREManagement + 2.8.11 @@ -35,6 +36,190 @@ In such a way any plugin developer does not have to deal with dependencies confl pom import + + + + org.gcube.core + common-encryption + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.resources + common-gcore-resources + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-gcore-stubs + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-scope + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-scope-maps + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.resources + registry-publisher + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.resources.discovery + ic-client + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.resources.discovery + discovery-client + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.common + gxHTTP + [1.0.0,2.0.0-SNAPSHOT) + provided + + + + org.gcube.common + authorization-client + [2.0.0,3.0.0-SNAPSHOT) + provided + + + org.gcube.common + common-authorization + [2.0.0,3.0.0-SNAPSHOT) + provided + + + + + + org.gcube.data.publishing + document-store-lib + [3.0.0,4.0.0-SNAPSHOT) + provided + + + org.gcube.accounting + accounting-lib + [4.0.0,5.0.0-SNAPSHOT) + provided + + + + + + org.gcube.information-system + information-system-model + [5.0.0-SNAPSHOT,6.0.0-SNAPSHOT) + + + org.gcube.resource-management + gcube-model + [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-api + [4.1.0,5.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-client + [4.1.0,5.0.0-SNAPSHOT) + + + org.gcube.information-system + resource-registry-publisher + [4.1.0,5.0.0-SNAPSHOT) + + + + + org.slf4j + slf4j-api + 1.7.25 + provided + + + + + + org.gcube.core + common-smartgears + [3.0.0,4.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-smartgears-app + [2.0.0,3.0.0-SNAPSHOT) + compile + + + org.gcube.core + common-smartgears-utils + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-events + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-configuration-scanner + [1.0.0,2.0.0-SNAPSHOT) + provided + + + org.gcube.core + common-validator + [1.0.0,2.0.0-SNAPSHOT) + provided + + + + + + org.gcube.common + gcube-jackson-databind + ${gcube-jackson.version} + provided + + + org.gcube.common + gcube-jackson-annotations + ${gcube-jackson.version} + provided + + + org.gcube.common + gcube-jackson-core + ${gcube-jackson.version} + provided + + + + com.google.code.findbugs annotations @@ -237,16 +422,12 @@ In such a way any plugin developer does not have to deal with dependencies confl xstream provided - - org.slf4j - slf4j-api - provided - org.gcube.common authorization-utils provided +