From a60566a417668ce95cb31a84891d2ab32b1bb9d2 Mon Sep 17 00:00:00 2001 From: Milan Perera Date: Wed, 28 Jun 2017 12:19:09 +0530 Subject: [PATCH] Removed DCR dependancies --- .../dynamic-client-web-proxy/pom.xml | 110 ----------- .../dynamic-client-web/pom.xml | 186 ------------------ .../pom.xml | 117 ----------- .../pom.xml | 146 -------------- .../dynamic-client-registration/pom.xml | 43 ---- .../pom.xml | 157 --------------- features/dynamic-client-registration/pom.xml | 42 ---- pom.xml | 37 ---- 8 files changed, 838 deletions(-) delete mode 100644 components/identity-extensions/dynamic-client-registration/dynamic-client-web-proxy/pom.xml delete mode 100644 components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml delete mode 100644 components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml delete mode 100644 components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml delete mode 100644 components/identity-extensions/dynamic-client-registration/pom.xml delete mode 100644 features/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration.server.feature/pom.xml delete mode 100644 features/dynamic-client-registration/pom.xml diff --git a/components/identity-extensions/dynamic-client-registration/dynamic-client-web-proxy/pom.xml b/components/identity-extensions/dynamic-client-registration/dynamic-client-web-proxy/pom.xml deleted file mode 100644 index 53eae6ff8b4..00000000000 --- a/components/identity-extensions/dynamic-client-registration/dynamic-client-web-proxy/pom.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - dynamic-client-registration - org.wso2.carbon.devicemgt - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - dynamic-client-web-proxy - WSO2 Carbon - Proxy endpoint of Dynamic Client Registration Web Service - WSO2 Carbon - Dynamic Client Registration Web Proxy - war - - - - - maven-war-plugin - 2.2 - - ${project.artifactId} - - - - - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.registration - provided - - - org.wso2.carbon - org.wso2.carbon.utils - provided - - - - org.apache.ws.commons.axiom.wso2 - axiom - provided - - - org.apache.cxf - cxf-rt-frontend-jaxrs - provided - - - org.apache.cxf - cxf-rt-transports-http - provided - - - org.apache.cxf - cxf-rt-bindings-http - provided - - - org.codehaus.jackson - jackson-jaxrs - - - commons-logging - commons-logging - provided - - - org.apache.httpcomponents - httpclient - - - com.google.code.gson - gson - provided - - - org.wso2.carbon - org.wso2.carbon.core - provided - - - diff --git a/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml b/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml deleted file mode 100644 index 3d7b7c720a8..00000000000 --- a/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - dynamic-client-registration - org.wso2.carbon.devicemgt - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - dynamic-client-web - WSO2 Carbon - Dynamic Client Registration Web Service - WSO2 Carbon - Dynamic Client Registration Web - war - - - - - maven-war-plugin - 2.2 - - ${project.artifactId} - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.18 - - - file:src/test/resources/log4j.properties - - - src/test/resources/testng.xml - - - - - - - - - - org.apache.ws.commons.axiom.wso2 - axiom - provided - - - org.apache.cxf - cxf-rt-frontend-jaxrs - provided - - - org.apache.cxf - cxf-rt-transports-http - provided - - - org.apache.cxf - cxf-rt-bindings-http - provided - - - org.apache.cxf - cxf-rt-rs-extension-providers - compile - - - org.apache.cxf - cxf-rt-ws-security - - - org.slf4j - slf4j-api - - - provided - - - org.testng - testng - provided - - - - - org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.common - provided - - - org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.core - provided - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.registration - provided - - - org.wso2.carbon - org.wso2.carbon.utils - provided - - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.application.mgt - provided - - - org.apache.neethi.wso2 - neethi - - - org.apache.neethi - neethi - - - - - com.googlecode.json-simple.wso2 - json-simple - provided - - - - org.apache.neethi.wso2 - neethi - provided - - - org.apache.neethi - neethi - provided - - - - org.codehaus.jackson - jackson-jaxrs - - - com.google.code.gson - gson - provided - - - javax.ws.rs - jsr311-api - - - commons-logging - commons-logging - provided - - - - diff --git a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml deleted file mode 100644 index 6fb9229be92..00000000000 --- a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - dynamic-client-registration - org.wso2.carbon.devicemgt - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - org.wso2.carbon.dynamic.client.registration - 3.0.12-SNAPSHOT - bundle - WSO2 Carbon - Dynamic client registration service - WSO2 Carbon - Dynamic Client Registration Service - http://wso2.org - - - - - org.apache.felix - maven-scr-plugin - - - org.apache.felix - maven-bundle-plugin - 1.4.0 - true - - - ${project.artifactId} - ${project.artifactId} - ${carbon.device.mgt.version} - Dynamic Client Registration Bundle - org.wso2.carbon.dynamic.client.registration.internal - - !org.wso2.carbon.dynamic.client.registration.internal, - org.wso2.carbon.dynamic.client.registration.* - - - org.apache.commons.logging, - org.json, - org.json.simple, - org.osgi.framework, - org.osgi.service.component, - org.wso2.carbon.context, - org.wso2.carbon.identity.application.*; version="${carbon.identity.imp.pkg.version}", - org.wso2.carbon.identity.base; version="${carbon.identity.imp.pkg.version}", - org.wso2.carbon.identity.oauth.*; version="${carbon.identity-inbound-auth-oauth.imp.pkg.version}", - org.wso2.carbon.identity.sso.saml.admin, - org.wso2.carbon.identity.sso.saml.dto, - org.wso2.carbon.registry.api, - org.wso2.carbon.registry.core, - org.wso2.carbon.utils.multitenancy - - - - - - - - - org.eclipse.osgi - org.eclipse.osgi - - - org.eclipse.osgi - org.eclipse.osgi.services - - - org.testng - testng - - - org.wso2.carbon - org.wso2.carbon.utils - - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.application.mgt - - - org.wso2.carbon.identity.inbound.auth.oauth2 - org.wso2.carbon.identity.oauth - - - org.wso2.carbon.identity.inbound.auth.saml2 - org.wso2.carbon.identity.sso.saml - - - com.googlecode.json-simple.wso2 - json-simple - - - org.json.wso2 - json - - - diff --git a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml deleted file mode 100644 index 766aa947748..00000000000 --- a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - dynamic-client-registration - org.wso2.carbon.devicemgt - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - org.wso2.carbon.dynamic.client.web.app.registration - 3.0.12-SNAPSHOT - bundle - WSO2 Carbon - Dynamic client web app registration - WSO2 Carbon - Dynamic Client Web-app Registration Service - http://wso2.org - - - - - org.apache.felix - maven-scr-plugin - - - org.apache.felix - maven-bundle-plugin - 1.4.0 - true - - - ${project.artifactId} - ${project.artifactId} - ${carbon.device.mgt.version} - Dynamic Client Web App Registration Bundle - org.wso2.carbon.dynamic.client.web.app.registration.internal - - !org.wso2.carbon.dynamic.client.web.app.registration.internal, - org.wso2.carbon.dynamic.client.web.app.registration.* - - - javax.xml.bind.*, - com.google.*, - javax.net.ssl, - javax.servlet, - org.apache.axis2.context, - org.apache.catalina, - org.apache.catalina.core, - org.apache.commons.*, - org.apache.http, - org.apache.http.*, - org.osgi.framework, - org.osgi.service.component, - org.wso2.carbon.context, - org.wso2.carbon.core, - org.wso2.carbon.core.security, - org.wso2.carbon.dynamic.client.*, - org.wso2.carbon.registry.*, - org.wso2.carbon.user.*, - org.wso2.carbon.utils - - - - - - - - - org.eclipse.osgi - org.eclipse.osgi - - - org.eclipse.osgi - org.eclipse.osgi.services - - - org.testng - testng - - - org.wso2.carbon - org.wso2.carbon.utils - - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.application.mgt - - - org.wso2.carbon.identity.inbound.auth.oauth2 - org.wso2.carbon.identity.oauth - - - org.wso2.carbon.identity.framework - org.wso2.carbon.identity.core - - - org.wso2.tomcat - tomcat - - - org.wso2.tomcat - tomcat-servlet-api - - - org.wso2.carbon - org.wso2.carbon.logging - - - org.wso2.carbon - org.wso2.carbon.user.core - - - org.wso2.carbon - org.wso2.carbon.registry.core - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.registration - - - org.apache.httpcomponents - httpclient - - - com.google.code.gson - gson - - - diff --git a/components/identity-extensions/dynamic-client-registration/pom.xml b/components/identity-extensions/dynamic-client-registration/pom.xml deleted file mode 100644 index 6721339b4f4..00000000000 --- a/components/identity-extensions/dynamic-client-registration/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - org.wso2.carbon.devicemgt - identity-extensions - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - org.wso2.carbon.devicemgt - dynamic-client-registration - 3.0.12-SNAPSHOT - pom - WSO2 Carbon - Dynamic client registration - http://wso2.org - - - dynamic-client-web - dynamic-client-web-proxy - org.wso2.carbon.dynamic.client.registration - org.wso2.carbon.dynamic.client.web.app.registration - - diff --git a/features/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration.server.feature/pom.xml b/features/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration.server.feature/pom.xml deleted file mode 100644 index d9f07e6a0ed..00000000000 --- a/features/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration.server.feature/pom.xml +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - org.wso2.carbon.devicemgt - dynamic-client-registration-feature - 3.0.12-SNAPSHOT - ../pom.xml - - - 4.0.0 - org.wso2.carbon.dynamic.client.registration.server.feature - pom - 3.0.12-SNAPSHOT - WSO2 Carbon - Dynamic Client Registration Server Feature - http://wso2.org - This feature contains dynamic client registration features - - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.registration - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.web.app.registration - - - com.googlecode.json-simple.wso2 - json-simple - - - org.json.wso2 - json - - - - - - - maven-resources-plugin - 2.6 - - - copy-resources - generate-resources - - copy-resources - - - src/main/resources - - - resources - - build.properties - p2.inf - - - - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.4 - - - copy - package - - copy - - - - - org.wso2.carbon.devicemgt - dynamic-client-web - ${carbon.device.mgt.version} - war - true - ${basedir}/src/main/resources/ - dynamic-client-web.war - - - - - - - - - org.wso2.maven - carbon-p2-plugin - ${carbon.p2.plugin.version} - - - p2-feature-generation - package - - p2-feature-gen - - - org.wso2.carbon.dynamic.client.registration.server - ../../../features/etc/feature.properties - - - org.wso2.carbon.p2.category.type:server - org.eclipse.equinox.p2.type.group:true - - - - - org.wso2.carbon.devicemgt:org.wso2.carbon.dynamic.client.registration:${carbon.device.mgt.version} - - - org.wso2.carbon.devicemgt:org.wso2.carbon.dynamic.client.web.app.registration:${carbon.device.mgt.version} - - - com.googlecode.json-simple.wso2:json-simple:${json-simple.version} - - - org.json.wso2:json:${commons-json.version} - - - - org.wso2.carbon.core.server:${carbon.kernel.version} - - - - - - - - - diff --git a/features/dynamic-client-registration/pom.xml b/features/dynamic-client-registration/pom.xml deleted file mode 100644 index 780be985624..00000000000 --- a/features/dynamic-client-registration/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - org.wso2.carbon.devicemgt - carbon-devicemgt - 3.0.12-SNAPSHOT - ../../pom.xml - - - 4.0.0 - org.wso2.carbon.devicemgt - dynamic-client-registration-feature - 3.0.12-SNAPSHOT - pom - WSO2 Carbon - Dynamic Client Registration Feature - http://wso2.org - - - org.wso2.carbon.dynamic.client.registration.server.feature - - - diff --git a/pom.xml b/pom.xml index de447314625..06c2f9f9923 100644 --- a/pom.xml +++ b/pom.xml @@ -214,43 +214,6 @@ org.wso2.carbon.apimgt.annotations ${carbon.device.mgt.version} - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.registration - ${carbon.device.mgt.version} - - - org.wso2.carbon.identity - org.wso2.carbon.identity.oauth - - - org.wso2.carbon.identity - org.wso2.carbon.identity.sso.saml - - - org.eclipse.osgi - org.eclipse.osgi - - - org.eclipse.osgi - org.eclipse.osgi.services - - - org.json.wso2 - json - - - - - org.wso2.carbon.devicemgt - org.wso2.carbon.dynamic.client.web.app.registration - ${carbon.device.mgt.version} - - - org.wso2.carbon.devicemgt - dynamic-client-web - ${carbon.device.mgt.version} - org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.oauth.extensions