From 8fb3eb9a9d56018b080a32c65f28a9ec733b57e2 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 14 Oct 2021 15:10:05 +0200 Subject: [PATCH] Updated interactions with SI --- pom.xml | 14 +- .../definition/DefinitionItem.java | 3 - .../is/IAMService.java | 39 ++++++ .../is/InformationSystemUtils.java | 125 ++++++++++++------ .../shared/Constants.java | 5 + 5 files changed, 142 insertions(+), 44 deletions(-) create mode 100644 src/main/java/org/gcube/portlets/admin/systemservicedefinition/is/IAMService.java diff --git a/pom.xml b/pom.xml index 2fe1b19..f81848f 100644 --- a/pom.xml +++ b/pom.xml @@ -147,27 +147,33 @@ org.gcube.resources.discovery ic-client + 1.0.4 + org.gcube.core common-scope-maps + 1.1.0 + org.gcube.resources registry-publisher + 1.3.1 +