From cf36031d256700f642e3547c1ad866358c65d13a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 24 Nov 2020 21:35:36 +0100 Subject: [PATCH] Fixed resource-registry clients dependencies --- pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7ff1d93..725f74d 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.gcube.distribution gcube-bom - 2.0.0 + 2.0.1 pom import @@ -129,26 +129,31 @@ org.gcube.information-system information-system-model [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + provided org.gcube.resource-management gcube-model [3.0.0,4.0.0-SNAPSHOT) + provided org.gcube.information-system resource-registry-api [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) - - - org.gcube.information-system - resource-registry-publisher - [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + provided org.gcube.information-system resource-registry-client [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + provided + + + org.gcube.information-system + resource-registry-publisher + [4.1.0-SNAPSHOT,5.0.0-SNAPSHOT) + provided