From 4ee26c5b8a11032c447afde9a57da4a10c704712 Mon Sep 17 00:00:00 2001 From: Madhavi Gayathri Date: Wed, 18 Dec 2024 13:11:46 +0530 Subject: [PATCH] Add httpcore dependency. --- components/org.wso2.carbon.identity.oauth.endpoint/pom.xml | 5 +++++ pom.xml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml index 739b016905..88733090b3 100644 --- a/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml @@ -146,6 +146,11 @@ org.wso2.carbon.identity.oidc.session provided + + org.apache.httpcomponents + httpcore + + com.google.code.gson gson diff --git a/pom.xml b/pom.xml index 1d560ff057..2e5d80c9f8 100644 --- a/pom.xml +++ b/pom.xml @@ -665,6 +665,12 @@ tomcat-coyote ${tomcat.version} + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + javax.ws.rs javax.ws.rs-api @@ -1016,6 +1022,7 @@ 9.0.96 [9.0.0, 9.5.0) + 4.3.3.wso2v1 3.5.9 1.2.0.wso2v1 1.1.wso2v1