diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index 06b45e4868..cb7d687b15 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -392,6 +392,14 @@ org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.branding.preference.management.v1 + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.idle.account.identification.v1 + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.idle.account.identification.common + org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.branding.preference.management.common 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 ec72acb5af..9a107fb58b 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 @@ -47,6 +47,7 @@ + @@ -133,6 +134,14 @@ + + + + + + + + diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index f2e4cf6e0c..74ffd0f498 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -420,6 +420,16 @@ org.wso2.carbon.identity.api.server.branding.preference.management.common ${identity.server.api.version} + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.idle.account.identification.v1 + ${identity.server.api.version} + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.idle.account.identification.common + ${identity.server.api.version} + org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.input.validation.common