From: Arul Date: Thu, 11 Jan 2018 14:50:40 +0000 (-0500) Subject: Fixing jenkins build X-Git-Tag: v1.2.0~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=74d351a550b50ba963fa0db6053ed4bd501a9868;p=aai%2Fsparky-be.git Fixing jenkins build Clenaing up the snapshot versions and adding implementation for the getuserconfig Change-Id: I17aac0f10a614e5e2420287e5ac165f4b5870c9e Signed-off-by: Arul Issue-ID: AAI-542 --- diff --git a/pom.xml b/pom.xml index c04470b..d10d580 100644 --- a/pom.xml +++ b/pom.xml @@ -147,19 +147,19 @@ org.onap.aai.logging-service common-logging - ${project.version} + 1.2.0 org.onap.aai.aai-common aai-schema - ${project.version} + 1.2.0 org.onap.aai rest-client - ${project.version} + 1.2.0 diff --git a/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java b/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java index a39a05a..3bfc7ea 100644 --- a/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java +++ b/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java @@ -217,10 +217,9 @@ public class PortalRestAPIServiceImpl implements IPortalRestAPIService { return formatter.format(args); } - @Override public List getAvailableRoles(String requestedLoginId) throws PortalAPIException { - // TODO Auto-generated method stub - return null; + LOG.debug("Get available roles"); + return UserManager.getRoles(); } } \ No newline at end of file