Skip to content

Commit 3275361

Browse files
authored
Merge pull request #712 from gsmet/nativeimage
Move to new nativeimage artifacts
2 parents 8b4a756 + e99a0f7 commit 3275361

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

command-airline/runtime/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</dependency>
2525
<dependency>
2626
<groupId>org.graalvm.sdk</groupId>
27-
<artifactId>graal-sdk</artifactId>
27+
<artifactId>nativeimage</artifactId>
28+
<scope>provided</scope>
2829
</dependency>
2930
</dependencies>
3031

runtime/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
</dependency>
6565
<dependency>
6666
<groupId>org.graalvm.sdk</groupId>
67-
<artifactId>graal-sdk</artifactId>
67+
<artifactId>nativeimage</artifactId>
68+
<scope>provided</scope>
6869
</dependency>
6970
</dependencies>
7071

0 commit comments

Comments
 (0)