diff --git a/META-INF/KeySpace Structure.xlsx b/META-INF/KeySpace Structure.xlsx index 5c9f0e9..219ee57 100644 Binary files a/META-INF/KeySpace Structure.xlsx and b/META-INF/KeySpace Structure.xlsx differ diff --git a/pom.xml b/pom.xml index 3818afb..65900fe 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.portal social-networking-library - 1.10.2-SNAPSHOT + 1.11.0-SNAPSHOT gCube Social Networking Library The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities. @@ -53,6 +53,8 @@ org.gcube.common.portal portal-manager + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) + provided com.google @@ -63,15 +65,6 @@ javax.mail provided - - com.liferay.portal - portal-service - - - javax.portlet - portlet-api - provided - junit junit diff --git a/src/main/java/org/gcube/portal/databook/client/GCubeSocialNetworking.java b/src/main/java/org/gcube/portal/databook/client/GCubeSocialNetworking.java index 2fc0e43..9f8c6ad 100644 --- a/src/main/java/org/gcube/portal/databook/client/GCubeSocialNetworking.java +++ b/src/main/java/org/gcube/portal/databook/client/GCubeSocialNetworking.java @@ -7,7 +7,6 @@ import com.google.gwt.core.client.EntryPoint; */ public class GCubeSocialNetworking implements EntryPoint { - public static final String USER_PROFILE_LINK = "/group/data-e-infrastructure-gateway/profile"; public static final String USER_PROFILE_OID = "userIdentificationParameter"; public static final String HASHTAG_OID = "hashtagIdentificationParameter"; public static final String SEARCH_OID = "elasticSearchIdentificationParameter";