From 92a3997e7d38b7134fcdd5a93b4881136fbb8e2f Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 14 Mar 2024 16:34:38 +0100 Subject: [PATCH] Exclude org.graalvm.polyglot:polyglot from graal-sdk graal-sdk now brings polyglot with it which creates issues. We now rely on nativeimage for substitutions annotations but external extensions might still rely on graal-sdk. We make sure relying on graal-sdk don't bring polyglot. Fixes #39440 --- bom/application/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 44951b2bec535..6fb7101a63c07 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -4428,10 +4428,22 @@ jakarta.ws.rs-api ${jakarta.ws.rs-api.version} + org.graalvm.sdk graal-sdk ${graal-sdk.version} + + + + org.graalvm.polyglot + polyglot + + org.graalvm.sdk