From 8ca09adc64871939b76b7222280761bafb556ce2 Mon Sep 17 00:00:00 2001 From: shanggeeth Date: Mon, 14 Oct 2024 21:56:03 +0530 Subject: [PATCH] Import org.graalvm.polyglot package and sub-packages --- .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 1 + .../pom.xml | 3 ++- 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.analytics/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.analytics/pom.xml index 5144d78d..dac0e5a9 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.analytics/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.analytics/pom.xml @@ -186,6 +186,7 @@ org.apache.axis2.context, org.wso2.carbon.utils.*; version="${carbon.kernel.package.import.version.range}", org.wso2.carbon.context, + org.graalvm.polyglot.*, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.choreo/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.choreo/pom.xml index f1b9a085..60c530d8 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.choreo/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.choreo/pom.xml @@ -172,6 +172,7 @@ org.apache.http.impl.client, org.apache.http.conn, org.apache.http.conn.ssl, + org.graalvm.polyglot.*, org.json.simple, org.json.simple.parser, org.apache.http, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.common/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.common/pom.xml index 683cc894..5e98b096 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.common/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.common/pom.xml @@ -120,6 +120,7 @@ org.apache.http.impl.client, org.apache.http.impl.conn, org.apache.http.message, + org.graalvm.polyglot.*, org.json.simple, org.json.simple.parser, org.apache.http, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.elk/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.elk/pom.xml index ff47328c..0831fe50 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.elk/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.elk/pom.xml @@ -154,6 +154,7 @@ org.wso2.carbon.identity.governance; version="${identity.governance.import.version.range}", org.wso2.carbon.identity.governance.common; version="${identity.governance.import.version.range}", org.wso2.carbon.utils.*;version="${carbon.kernel.package.import.version.range}", + org.graalvm.polyglot.*, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.http/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.http/pom.xml index 72b4998a..6ac0c291 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.http/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.http/pom.xml @@ -160,6 +160,7 @@ org.apache.http.impl.client, org.apache.http.conn, org.apache.http.message, + org.graalvm.polyglot.*, org.json.simple, org.json.simple.parser, org.apache.http, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml index 6962982f..771b8cbb 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.notification/pom.xml @@ -120,6 +120,7 @@ org.apache.commons.lang, org.apache.commons.logging, + org.graalvm.polyglot.*, org.osgi.service.component, org.osgi.service.component.annotations, org.wso2.carbon, diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.user.store/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.user.store/pom.xml index 53f26fd7..faf44bd4 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.user.store/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.user.store/pom.xml @@ -107,6 +107,7 @@ org.apache.commons.lang; version="${commons-lang.wso2.osgi.version.range}", org.apache.commons.logging, org.apache.commons.collections, + org.graalvm.polyglot.*, org.osgi.service.component, org.osgi.service.component.annotations, org.wso2.carbon.identity.application.authentication.framework; version="${carbon.identity.package.import.version.range}", diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.user/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.user/pom.xml index c0cce22b..ea334b70 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.user/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.user/pom.xml @@ -23,7 +23,7 @@ org.wso2.carbon.identity.conditional.auth.functions identity-conditional-auth-functions - 1.2.67-SNAPSHOT + 1.2.66-SNAPSHOT ../../pom.xml @@ -235,6 +235,7 @@ org.wso2.carbon.identity.central.log.mgt.utils; version="${carbon.identity.package.import.version.range}", org.wso2.carbon.identity.conditional.auth.functions.common.utils, org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}" + org.graalvm.polyglot.*,