Skip to content

Commit

Permalink
Use org.graalvm.sdk:nativeimage instead of `org.graalvm.sdk:graal-s…
Browse files Browse the repository at this point in the history
…dk` (#331)

The dependency has the needed annotations/classes
  • Loading branch information
gastaldi authored Aug 19, 2024
1 parent c29bb1c commit a470cca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
6 changes: 1 addition & 5 deletions net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<artifactId>nativeimage</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,7 @@
<!-- External build dependencies -->
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>${version.graalvm}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<artifactId>nativeimage</artifactId>
<version>${version.graalvm}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ref/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<artifactId>nativeimage</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit a470cca

Please sign in to comment.