Skip to content

Commit

Permalink
Merge pull request #139 from quarkiverse/use_graalsdk
Browse files Browse the repository at this point in the history
Use `graal-sdk` instead of `svm`
  • Loading branch information
gsmet authored Jul 25, 2023
2 parents 62a3ceb + 1347c59 commit 610b761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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 610b761

Please sign in to comment.