From 89d3960db119b7095c0f4912c1dddb28ca6148e2 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 14 Jul 2023 10:29:08 -0300 Subject: [PATCH 1/2] Use `graal-sdk` instead of `svm` --- linux-native-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-native-core/pom.xml b/linux-native-core/pom.xml index b23db8e..3d470ff 100644 --- a/linux-native-core/pom.xml +++ b/linux-native-core/pom.xml @@ -21,8 +21,8 @@ graal-sdk - org.graalvm.nativeimage - svm + org.graalvm.sdk + graal-sdk From 73e9d27e1bbcbd971ef40a1f8529e5ee4f0be1d4 Mon Sep 17 00:00:00 2001 From: Alexey Sharandin <41162858+alexeysharandin@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:58:38 +0300 Subject: [PATCH 2/2] Update pom.xml remove depencency copy --- linux-native-core/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux-native-core/pom.xml b/linux-native-core/pom.xml index 3d470ff..299c5ad 100644 --- a/linux-native-core/pom.xml +++ b/linux-native-core/pom.xml @@ -20,10 +20,6 @@ org.graalvm.sdk graal-sdk - - org.graalvm.sdk - graal-sdk - @@ -46,4 +42,4 @@ - \ No newline at end of file +