diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index cb7d687b15d..1d4007d2958 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -166,6 +166,14 @@ org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.idv.provider.common + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1 + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.common + org.wso2.carbon.identity.user.api org.wso2.carbon.identity.rest.api.user.totp.v1 diff --git a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml index 9a107fb58b3..8fc212183ba 100644 --- a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml +++ b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml @@ -56,6 +56,7 @@ + @@ -111,9 +112,9 @@ - + diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 74ffd0f4982..6513a4624bf 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -470,6 +470,16 @@ org.wso2.carbon.identity.api.server.organization.role.management.common ${identity.server.api.version} + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1 + ${identity.server.api.version} + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.common + ${identity.server.api.version} +