From 77185ed0e0f565387249211da0eae74a7d7210ae Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Mon, 2 Jul 2018 10:14:30 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-uploader@169593 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 2 ++ .../notification/NotificationsWorkspaceUploaderProducer.java | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61708dd..cf9084b 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,8 @@ + + org.gcube.common home-library diff --git a/src/main/java/org/gcube/portlets/widgets/workspaceuploader/server/notification/NotificationsWorkspaceUploaderProducer.java b/src/main/java/org/gcube/portlets/widgets/workspaceuploader/server/notification/NotificationsWorkspaceUploaderProducer.java index 66b542c..b968d6e 100644 --- a/src/main/java/org/gcube/portlets/widgets/workspaceuploader/server/notification/NotificationsWorkspaceUploaderProducer.java +++ b/src/main/java/org/gcube/portlets/widgets/workspaceuploader/server/notification/NotificationsWorkspaceUploaderProducer.java @@ -77,7 +77,6 @@ public class NotificationsWorkspaceUploaderProducer { SocialNetworkingSite site = new SocialNetworkingSite(request); SocialNetworkingUser curser = new SocialNetworkingUser(currUser.getUsername(), currUser.getEmail(), currUser.getFullname(), currUser.getUserAvatarURL()); - notifMng = new ApplicationNotificationsManager(site, scope, curser, WsUtil.NOTIFICATION_PORTLET_CLASS_ID); httpSession.setAttribute(WsUtil.NOTIFICATION_MANAGER_UPLOADER, notifMng); }catch (Exception e) {