Skip to content

Commit

Permalink
Use nativeimage instead of graal-sdk (#110)
Browse files Browse the repository at this point in the history
`graal-sdk` depends on the polyglot classes, which are unused
  • Loading branch information
gastaldi authored Jun 2, 2024
1 parent 53b0350 commit 3db23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3db23f5

Please sign in to comment.