Skip to content

Commit

Permalink
Use graal-sdk instead of svm (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jul 14, 2023
1 parent ff3b458 commit 03b1f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<artifactId>quarkus-arc</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 03b1f5a

Please sign in to comment.