From 9fa35c801b9811e3fb8dbfc3b85ceec3a98165ba Mon Sep 17 00:00:00 2001 From: shanggeeth Date: Sun, 19 Jan 2025 22:08:08 +0530 Subject: [PATCH] Remove unnecessary import of sub-packages --- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 3 ++- .../pom.xml | 2 +- pom.xml | 1 + 11 files changed, 12 insertions(+), 10 deletions(-) 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 2528d9c0..f57a48a8 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 @@ -188,7 +188,7 @@ org.wso2.carbon.context, - org.graalvm.polyglot.* + 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 0fc3ae1e..c0ed4f40 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 @@ -221,7 +221,7 @@ org.wso2.carbon.identity.core.cache; version="${carbon.identity.package.import.version.range}", - org.graalvm.polyglot.* + org.graalvm.polyglot 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 92332752..b661adaa 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 @@ -107,7 +107,7 @@ org.wso2.carbon.identity.conditional.auth.functions.common.* - org.graalvm.polyglot.*, + org.graalvm.polyglot, org.apache.http.auth, jdk.nashorn.api.scripting, org.openjdk.nashorn.api.scripting 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 a9e9c24e..b229d74d 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 @@ -157,7 +157,7 @@ org.wso2.carbon.utils.*;version="${carbon.kernel.package.import.version.range}", - org.graalvm.polyglot.* + 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 44b84ec3..6cf5638d 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 @@ -208,7 +208,7 @@ org.wso2.carbon.context, - org.graalvm.polyglot.* + org.graalvm.polyglot diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.jwt.decode/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.jwt.decode/pom.xml index e99638f2..4997b075 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.jwt.decode/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.jwt.decode/pom.xml @@ -102,7 +102,7 @@ net.minidev.json; version="${net.minidev.json.imp.pkg.version.range}" - org.graalvm.polyglot.* + org.graalvm.polyglot 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 a015262c..df152554 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 @@ -144,7 +144,7 @@ org.wso2.carbon.user.core.service; version="${carbon.kernel.package.import.version.range}" - org.graalvm.polyglot.* + org.graalvm.polyglot 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 0efedced..381974f2 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 @@ -126,7 +126,7 @@ org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}" - org.graalvm.polyglot.* + org.graalvm.polyglot 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 9ba71f75..c3d79bb0 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 @@ -240,7 +240,8 @@ org.wso2.carbon.utils*;version="${carbon.kernel.package.import.version.range}" - org.graalvm.polyglot.* + org.graalvm.polyglot, + org.graalvm.polyglot.proxy diff --git a/components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml b/components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml index 181edd76..32e7bb68 100644 --- a/components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml +++ b/components/org.wso2.carbon.identity.conditional.auth.functions.utils/pom.xml @@ -130,7 +130,7 @@ org.wso2.carbon.identity.core.util; version="${carbon.identity.package.import.version.range}" - org.graalvm.polyglot.* + org.graalvm.polyglot diff --git a/pom.xml b/pom.xml index 6760b7a3..ad6afb4d 100644 --- a/pom.xml +++ b/pom.xml @@ -532,6 +532,7 @@ 1.0.89 5.20.447 [5.14.0, 8.0.0) + 22.3.4.wso2v1 1.1.17 [1.5.70,3.0) 1.9.4