Skip to content

Commit e99a0f7

Browse files
committed
Move to new nativeimage artifacts
1 parent 8b4a756 commit e99a0f7

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)