From 55aa31f359ac9a3178b9107192261affa832cec4 Mon Sep 17 00:00:00 2001 From: sadilchamishka Date: Fri, 10 Nov 2023 13:26:31 +0530 Subject: [PATCH] Address review comments --- .../pom.xml | 5 ----- .../user/organization/v1/core/UserOrganizationService.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/pom.xml b/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/pom.xml index 7b99c5dd7..2e1a504de 100644 --- a/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/pom.xml +++ b/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/pom.xml @@ -122,11 +122,6 @@ org.wso2.carbon.identity.api.user.common provided - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.application.common - provided - diff --git a/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/src/main/java/org/wso2/carbon/identity/rest/api/user/organization/v1/core/UserOrganizationService.java b/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/src/main/java/org/wso2/carbon/identity/rest/api/user/organization/v1/core/UserOrganizationService.java index a11f11c67..7a6ff53ab 100644 --- a/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/src/main/java/org/wso2/carbon/identity/rest/api/user/organization/v1/core/UserOrganizationService.java +++ b/components/org.wso2.carbon.identity.api.user.organization/org.wso2.carbon.identity.rest.api.user.organization.v1/src/main/java/org/wso2/carbon/identity/rest/api/user/organization/v1/core/UserOrganizationService.java @@ -56,10 +56,10 @@ import static org.wso2.carbon.identity.rest.api.user.organization.v1.Constants.ASC_SORT_ORDER; import static org.wso2.carbon.identity.rest.api.user.organization.v1.Constants.DESC_SORT_ORDER; import static org.wso2.carbon.identity.rest.api.user.organization.v1.Constants.ORGANIZATIONS_ME_ENDPOINT; +import static org.wso2.carbon.identity.rest.api.user.organization.v1.util.Util.buildOrganizationURL; import static org.wso2.carbon.identity.rest.api.user.organization.v1.util.Util.getError; import static org.wso2.carbon.identity.rest.api.user.organization.v1.util.Util.handleError; import static org.wso2.carbon.identity.rest.api.user.organization.v1.util.Util.handleOrganizationManagementException; -import static org.wso2.carbon.identity.rest.api.user.organization.v1.util.Util.buildOrganizationURL; /** * Call internal OSGi services to perform user organization management related operations.