From a12eee72fe92674b017146a959c0de7dfc76a635 Mon Sep 17 00:00:00 2001 From: "giancarlo.panichi" Date: Thu, 5 May 2016 13:20:59 +0000 Subject: [PATCH] 2253: Accounting Manager - Top N Active Users https://support.d4science.org/issues/2253 Added Debug Mode git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@128473 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 38 +++++++--- .../server/AccountingManagerServiceImpl.java | 32 ++++++--- .../accountingmanager/server/SessionUtil.java | 69 +++++++++++++------ .../accountingmanager/shared/Constants.java | 8 ++- 4 files changed, 108 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index a4b8a08..b94486e 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ - + ${project.build.directory}/${project.build.finalName} distro config @@ -77,9 +77,16 @@ accounting-lib [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + + org.gcube.common + common-authorization + runtime + + org.gcube.common authorization-client + runtime @@ -174,6 +181,27 @@ + + + org.gcube.common + common-authorization + provided + + + + org.gcube.common + authorization-client + provided + + + + + org.gcube.portlets.user + gcube-widgets + compile + + + org.gcube.portal @@ -187,12 +215,6 @@ provided - - - org.gcube.portlets.user - gcube-widgets - compile -