Skip to content

Commit

Permalink
GraalVM SDK (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jul 15, 2023
1 parent 74e28e2 commit 46ffa98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 46ffa98

Please sign in to comment.