update to replace nashorn with graalvm javascript engine

This commit is contained in:
Tim Chamberlain
2025-05-08 16:30:36 -05:00
parent ce2ca3f413
commit 9ee2e4d4d7
2 changed files with 117 additions and 128 deletions

View File

@ -47,9 +47,14 @@
<!-- 3rd party deps specifically for this module -->
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>22.3.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>22.3.0</version>
</dependency>
<!-- Common deps for all qqq modules -->