Skip to content

Commit

Permalink
fix: move to sdk:graal-sdk over nativeimage:svm (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel authored Jul 14, 2023
1 parent 154da17 commit 252034c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dynamodb-enhanced/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<artifactId>commons-logging-jboss-logging</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sts/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</dependency>

<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 252034c

Please sign in to comment.