Skip to content

Commit

Permalink
Merge pull request #74 from quarkiverse/use_graalsdk
Browse files Browse the repository at this point in the history
Use `graal-sdk` instead of `svm`
  • Loading branch information
alexeysharandin authored Jul 14, 2023
2 parents 2b99294 + 73e9d27 commit 7a1dc4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions linux-native-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
</dependency>
</dependencies>

<build>
Expand All @@ -46,4 +42,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 7a1dc4a

Please sign in to comment.