Skip to content

Commit

Permalink
Make sure GraalVM js artifact is consistent with the SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 22, 2022
1 parent e67b133 commit 97b10e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4259,6 +4259,11 @@
<artifactId>graal-sdk</artifactId>
<version>${graal-sdk.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>${graal-sdk.version}</version>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
Expand Down

0 comments on commit 97b10e5

Please sign in to comment.