From bdd634e4dc176b99f06edb4bf991f9f56f709fb2 Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Fri, 8 Nov 2024 09:37:02 +0530 Subject: [PATCH] Exclude commons-collection dependency --- .../pom.xml | 6 ++++++ .../pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.common/pom.xml b/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.common/pom.xml index fd5b80f0c0..9bcc73dcb9 100644 --- a/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.common/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.common/pom.xml @@ -65,6 +65,12 @@ org.wso2.carbon.identity.inbound.auth.saml2 org.wso2.carbon.identity.sso.saml provided + + + commons-collections + commons-collections + + org.wso2.carbon.identity.framework diff --git a/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.v1/pom.xml b/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.v1/pom.xml index 03486454c1..b0f008036d 100644 --- a/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.v1/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.application.management/org.wso2.carbon.identity.api.server.application.management.v1/pom.xml @@ -118,6 +118,12 @@ org.wso2.carbon.identity.inbound.auth.saml2 org.wso2.carbon.identity.sso.saml provided + + + commons-collections + commons-collections + + org.wso2.carbon.identity.framework