diff --git a/components/org.wso2.carbon.identity.user.endpoint/pom.xml b/components/org.wso2.carbon.identity.user.endpoint/pom.xml deleted file mode 100644 index 70175a841d..0000000000 --- a/components/org.wso2.carbon.identity.user.endpoint/pom.xml +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - org.wso2.carbon.identity.governance - identity-governance - 1.11.18-SNAPSHOT - ../../pom.xml - - - 4.0.0 - org.wso2.carbon.identity.user.endpoint - war - WSO2 Carbon - User Rest API - WSO2 Carbon - User Rest API - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - org.apache.maven.plugins - maven-war-plugin - - - - - src/main/webapp - - - api#identity#user#v1.0 - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - prepare-agent - - - - report - test - - report - - - - - - - - - - javax.ws.rs - javax.ws.rs-api - provided - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.api.user.governance - - - * - * - - - - - org.apache.cxf - cxf-rt-frontend-jaxrs - provided - - - org.apache.cxf - cxf-rt-rs-service-description - provided - - - org.springframework - spring-web - provided - - - io.swagger - swagger-jaxrs - - - javax.validation - validation-api - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - javax.ws.rs - jsr311-api - - - com.google.guava - guava - - - - - com.fasterxml.jackson.core - jackson-databind - provided - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - provided - - - org.json.wso2 - json - provided - - - javax.validation - validation-api - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - diff --git a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/META-INF/webapp-classloading.xml b/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/META-INF/webapp-classloading.xml deleted file mode 100644 index 1b8897a1c5..0000000000 --- a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/META-INF/webapp-classloading.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - false - - - CXF3,Carbon - diff --git a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/beans.xml b/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/beans.xml deleted file mode 100644 index 961a8b0f18..0000000000 --- a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/beans.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/web.xml b/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 4b03219e0a..0000000000 --- a/components/org.wso2.carbon.identity.user.endpoint/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - WSO2 Identity Server User REST API - WSO2 Identity Server User REST API - - - contextConfigLocation - WEB-INF/beans.xml - - - - CaptchaFilter - org.wso2.carbon.identity.captcha.filter.CaptchaFilter - - - - HttpHeaderSecurityFilter - org.apache.catalina.filters.HttpHeaderSecurityFilter - - hstsEnabled - false - - - - - HttpHeaderSecurityFilter - * - REQUEST - FORWARD - - - - ContentTypeBasedCachePreventionFilter - - org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter - - - patterns - "text/html" ,"application/json" ,"plain/text" - - - filterAction - enforce - - - httpHeaders - - Cache-Control: no-store, no-cache, must-revalidate, private - - - - - - ContentTypeBasedCachePreventionFilter - * - REQUEST - FORWARD - - - - - org.springframework.web.context.ContextLoaderListener - - - - - CXFServlet - - org.apache.cxf.transport.servlet.CXFServlet - - 1 - - - - CXFServlet - /* - - - - - - - - - CaptchaFilter - /resend-code - /lite - /questions/initiate - /questions/initiate-all - /questions/verify - /questions/verify-all - /username/claims - /me - REQUEST - FORWARD - - - - 60 - - - diff --git a/features/org.wso2.carbon.identity.user.server.feature/pom.xml b/features/org.wso2.carbon.identity.user.server.feature/pom.xml deleted file mode 100644 index e6ad9500cd..0000000000 --- a/features/org.wso2.carbon.identity.user.server.feature/pom.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - org.wso2.carbon.identity.governance - identity-governance - ../../pom.xml - 1.11.18-SNAPSHOT - - - 4.0.0 - org.wso2.carbon.identity.user.server.feature - pom - WSO2 Carbon - Identity User Feature - http://wso2.org - This feature contains the core bundles required for Back-end Identity User - functionality - - - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.recovery - ${project.version} - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.user.export.core - ${project.version} - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.user.rename.core - ${project.version} - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.user.endpoint - ${project.version} - war - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.4 - - - copy - package - - copy - - - - - org.wso2.carbon.identity.governance - org.wso2.carbon.identity.user.endpoint - - war - true - ${basedir}/src/main/resources/ - api#identity#user#v1.0.war - - - - - - - - maven-resources-plugin - - - prefilter-resources - generate-resources - - copy-resources - - - src/main/resources - - - resources - - p2.inf - api#identity#user#v1.0.war - - - - - - - - - org.wso2.maven - carbon-p2-plugin - ${carbon.p2.plugin.version} - - - p2-feature-generation - package - - p2-feature-gen - - - org.wso2.carbon.identity.user.server - ../../etc/feature.properties - - - org.wso2.carbon.p2.category.type:server - - - - org.wso2.carbon.identity.governance:org.wso2.carbon.identity.recovery - org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.export.core - - org.wso2.carbon.identity.governance:org.wso2.carbon.identity.user.rename.core - - - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.1 - - - clean_target - install - - - - - - - - - run - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - prepare-agent - - - - report - test - - report - - - - - - - - diff --git a/features/org.wso2.carbon.identity.user.server.feature/resources/p2.inf b/features/org.wso2.carbon.identity.user.server.feature/resources/p2.inf deleted file mode 100644 index c0da5d0fb1..0000000000 --- a/features/org.wso2.carbon.identity.user.server.feature/resources/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.configure = \ -org.eclipse.equinox.p2.touchpoint.natives.copy(source:${installFolder}/../features/org.wso2.carbon.identity.user.server_${feature.version}/api#identity#user#v1.0.war,target:${installFolder}/../../deployment/server/webapps/api#identity#user#v1.0.war,overwrite:true);\ diff --git a/pom.xml b/pom.xml index 8807c768c0..93259390d0 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,6 @@ components/org.wso2.carbon.identity.user.export.core components/org.wso2.carbon.identity.piicontroller components/org.wso2.carbon.identity.user.rename.core - components/org.wso2.carbon.identity.user.endpoint components/org.wso2.carbon.identity.api.user.governance components/org.wso2.carbon.identity.tenant.resource.manager components/org.wso2.carbon.identity.multi.attribute.login @@ -62,7 +61,6 @@ components/org.wso2.carbon.identity.idle.account.identification components/org.wso2.carbon.identity.user.onboard.core.service - features/org.wso2.carbon.identity.user.server.feature features/org.wso2.carbon.identity.governance.server.feature features/org.wso2.carbon.identity.captcha.server.feature features/org.wso2.carbon.identity.password.history.server.feature