From a6ae14e10245e7fa6730a7dee0e25a3a4ef01ad5 Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Wed, 29 Nov 2023 11:12:46 +0530 Subject: [PATCH 1/2] bump api server version --- modules/api-resources/api-resources-full/pom.xml | 8 -------- .../src/main/webapp/WEB-INF/beans.xml | 2 -- modules/api-resources/pom.xml | 10 ---------- .../src/repository/resources/conf/catalina.properties | 1 - pom.xml | 2 +- 5 files changed, 1 insertion(+), 22 deletions(-) diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index 019d6a3b39..c6e277eaea 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -260,14 +260,6 @@ org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.common - - org.wso2.carbon.identity.server.api - org.wso2.carbon.identity.rest.api.server.challenge.v1 - - - org.wso2.carbon.identity.server.api - org.wso2.carbon.identity.api.server.challenge.common - org.wso2.carbon.identity.server.api org.wso2.carbon.identity.rest.api.server.claim.management.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 0af5503606..73dd2f07ec 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 @@ -34,7 +34,6 @@ - @@ -92,7 +91,6 @@ - diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 1a43a02f1e..e25fc71bb5 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -136,11 +136,6 @@ org.wso2.carbon.identity.api.server.common ${identity.server.api.version} - - org.wso2.carbon.identity.server.api - org.wso2.carbon.identity.rest.api.server.challenge.v1 - ${identity.server.api.version} - org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.identity.governance.v1 @@ -161,11 +156,6 @@ org.wso2.carbon.identity.api.server.admin.advisory.management.common ${identity.server.api.version} - - org.wso2.carbon.identity.server.api - org.wso2.carbon.identity.api.server.challenge.common - ${identity.server.api.version} - org.wso2.carbon.identity.server.api org.wso2.carbon.identity.rest.api.server.claim.management.v1 diff --git a/modules/distribution/src/repository/resources/conf/catalina.properties b/modules/distribution/src/repository/resources/conf/catalina.properties index e5d2638422..b8e8a08dcb 100644 --- a/modules/distribution/src/repository/resources/conf/catalina.properties +++ b/modules/distribution/src/repository/resources/conf/catalina.properties @@ -101,7 +101,6 @@ oauth-provider-*.jar,\ olingo-odata2-api-incubating-*.jar,\ olingo-odata2-core-incubating-*.jar,\ org.wso2.carbon.bootstrap-*.jar,\ -org.wso2.carbon.identity.api.server.challenge.common-*.jar,\ org.wso2.carbon.identity.api.server.claim.management.common-*.jar,\ org.wso2.carbon.identity.api.server.common-*.jar,\ org.wso2.carbon.identity.api.user.approval.common-*.jar,\ diff --git a/pom.xml b/pom.xml index b9982f9179..2138c02bc5 100755 --- a/pom.xml +++ b/pom.xml @@ -2410,7 +2410,7 @@ 2.0.13 1.3.27 - 1.2.128 + 1.2.130 5.5.9 5.5.7 From ced959bf40afd61d29c931cd578b45d3f1de5a71 Mon Sep 17 00:00:00 2001 From: Asha Sulaiman <165079T@uom.lk> Date: Wed, 29 Nov 2023 13:18:21 +0530 Subject: [PATCH 2/2] Update testng.xml comment ServerChallenge TestCase --- .../tests-backend/src/test/resources/testng.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml index 939b340274..32f35c0582 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml @@ -157,7 +157,8 @@ - + +