From 291565127252f02546e374a9eaf697ad30fa07ab Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Mon, 10 May 2021 13:23:36 +0530 Subject: [PATCH] cleaned up features --- .../pom.xml | 6 +- .../conf/webapp-publisher-config.xml | 2 +- features/apimgt-extensions/pom.xml | 2 - .../pom.xml | 49 --------------- .../apis/admin--OAuth2TokenManagement.xml | 1 - .../admin--UserManagementValidateUser.xml | 1 - .../pom.xml | 2 - .../pom.xml | 6 -- features/device-mgt/pom.xml | 2 - .../pom.xml | 8 --- pom.xml | 61 ++----------------- 11 files changed, 8 insertions(+), 132 deletions(-) diff --git a/features/apimgt-extensions/org.wso2.carbon.apimgt.integration.client.feature/pom.xml b/features/apimgt-extensions/org.wso2.carbon.apimgt.integration.client.feature/pom.xml index 401ad66f4e..a934c7dc4c 100644 --- a/features/apimgt-extensions/org.wso2.carbon.apimgt.integration.client.feature/pom.xml +++ b/features/apimgt-extensions/org.wso2.carbon.apimgt.integration.client.feature/pom.xml @@ -107,9 +107,9 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.client:${project.version} - - - + + org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.generated.client:${project.version} + diff --git a/features/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher.feature/src/main/resources/conf/webapp-publisher-config.xml b/features/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher.feature/src/main/resources/conf/webapp-publisher-config.xml index ff54fb9cb8..067a6af7f8 100644 --- a/features/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher.feature/src/main/resources/conf/webapp-publisher-config.xml +++ b/features/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher.feature/src/main/resources/conf/webapp-publisher-config.xml @@ -24,7 +24,7 @@ - https://localhost:9443 + https://${iot.core.host}:${iot.core.https.port} true diff --git a/features/apimgt-extensions/pom.xml b/features/apimgt-extensions/pom.xml index 956fdf8d49..3561b8c4d6 100644 --- a/features/apimgt-extensions/pom.xml +++ b/features/apimgt-extensions/pom.xml @@ -35,10 +35,8 @@ http://wso2.org - org.wso2.carbon.apimgt.webapp.publisher.feature org.wso2.carbon.apimgt.application.extension.feature - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/pom.xml index 845938c469..f315096d69 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/pom.xml @@ -43,34 +43,6 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -127,27 +99,6 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:${carbon.device.mgt.version} - - - - - - - - - - - - - - - - - - - - - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--OAuth2TokenManagement.xml b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--OAuth2TokenManagement.xml index 23c74aaedb..637f40f776 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--OAuth2TokenManagement.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--OAuth2TokenManagement.xml @@ -20,7 +20,6 @@ - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--UserManagementValidateUser.xml b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--UserManagementValidateUser.xml index 7d26b7b857..ec61d66eec 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--UserManagementValidateUser.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/apis/admin--UserManagementValidateUser.xml @@ -20,7 +20,6 @@ - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml index 0222243bf9..00d4a96a0b 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.extensions.feature/pom.xml @@ -87,8 +87,6 @@ org.wso2.carbon.core.server:${carbon.kernel.version} - - diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml index 4472e7200f..f986e520a0 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.feature/pom.xml @@ -39,11 +39,6 @@ org.wso2.carbon.device.mgt.server.feature zip - - - - - javax.servlet.jsp javax.servlet.jsp-api @@ -80,7 +75,6 @@ org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.server.feature:${carbon.device.mgt.version} - javax.servlet.jsp:javax.servlet.jsp-api diff --git a/features/device-mgt/pom.xml b/features/device-mgt/pom.xml index 37bcec882b..528051da15 100644 --- a/features/device-mgt/pom.xml +++ b/features/device-mgt/pom.xml @@ -35,11 +35,9 @@ org.wso2.carbon.device.mgt.basics.feature org.wso2.carbon.device.mgt.server.feature - org.wso2.carbon.device.mgt.api.feature org.wso2.carbon.device.mgt.feature org.wso2.carbon.device.mgt.extensions.feature - diff --git a/features/heartbeat-management/io.entgra.server.heart.beat.feature/pom.xml b/features/heartbeat-management/io.entgra.server.heart.beat.feature/pom.xml index 6d17103c21..de26779b16 100644 --- a/features/heartbeat-management/io.entgra.server.heart.beat.feature/pom.xml +++ b/features/heartbeat-management/io.entgra.server.heart.beat.feature/pom.xml @@ -73,14 +73,6 @@ org.codehaus.woodstox wstx-asl - - - - - - - - diff --git a/pom.xml b/pom.xml index 22525c77c5..e902abd70c 100644 --- a/pom.xml +++ b/pom.xml @@ -54,11 +54,6 @@ features/jwt-client features/device-mgt-extensions features/transport-mgt - - - - - @@ -241,16 +236,6 @@ org.wso2.carbon.apimgt.webapp.publisher ${carbon.device.mgt.version} - - - - - - - - - - org.wso2.carbon.devicemgt org.wso2.carbon.apimgt.annotations @@ -282,11 +267,6 @@ org.wso2.carbon.device.mgt.analytics.data.publisher ${carbon.device.mgt.version} - - - - - org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.server.feature @@ -305,12 +285,6 @@ zip ${carbon.device.mgt.version} - - - - - - org.wso2.carbon.devicemgt org.wso2.carbon.apimgt.application.extension @@ -326,12 +300,6 @@ org.wso2.carbon.apimgt.application.extension.api ${carbon.device.mgt.version} - - - - - - org.wso2.carbon.devicemgt org.wso2.carbon.device.application.mgt.server.feature @@ -479,7 +447,8 @@ javax.servlet - javax.servlet-api + javax.servlet-api + @@ -828,7 +797,7 @@ org.wso2.carbon org.wso2.carbon.logging - 4.4.9 + ${org.wso2.carbon.logging.version} org.wso2.carbon @@ -1159,17 +1128,6 @@ - - - - - - - - - - - org.apache.cxf cxf-rt-rs-extension-providers @@ -1353,21 +1311,11 @@ gson ${google.gson.version} - - org.wso2.orbit.com.squareup.okhttp - okhttp - ${okhttp.wso2.version} - com.squareup.okhttp3 okhttp ${squareup.okhttp3.version} - - org.wso2.orbit.com.squareup.okio - okio - ${okio.wso2.version} - com.squareup.okio okio @@ -2085,6 +2033,7 @@ 5.1.2 1.3 3.1.3 + 4.4.9 [1.6.1.wso2v11, 1.7.0) @@ -2193,8 +2142,6 @@ 1.3 2.3.1 4.6.0 - 4.2.0.wso2v1 - 2.4.0.wso2v1 1.13.0 9.3.1 1.1.1