From 65c2fa264ae1290f018e0830b7620ff3ac62e51f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 19 Sep 2019 15:31:17 +0200 Subject: [PATCH] CKAN connector now request the user profile to gCat which in turn create/update the user profile. The old code has been maintained for the following reason: * the connector add the role in any organization * gCat has not been yet deployed in all context * to allow the user properly access the catalogue it must be added in any organization corresponding to the user VREs. this avoid the user to access every context to have the proper overview. --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 62660d9..2052fa0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -80,6 +81,12 @@ 3.0.1 + + org.gcube.data-publishing + gcat-client + [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) + + org.slf4j slf4j-api