Skip to content

Commit

Permalink
chore(test): add graalvm js script engine dependency (#3455)
Browse files Browse the repository at this point in the history
Related to #3435
  • Loading branch information
yanavasileva authored Jun 7, 2023
1 parent 8ef54e6 commit 166d947
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@
<version>${version.jersey-json}</version>
</dependency>

<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>${version.graal.js}</version>
</dependency>

<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>${version.graal.js}</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 166d947

Please sign in to comment.