Skip to content

Commit

Permalink
Replaced the script engine graalwm with nashorn (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Dec 15, 2023
1 parent dc6e806 commit 5d03d13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ugs-core/pom.xml
Expand Up @@ -115,14 +115,9 @@

<!-- For scripting -->
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>23.0.1</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>23.1.0</version>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions ugs-platform/ugs-platform-ugslib/pom.xml
Expand Up @@ -136,6 +136,7 @@
<package>javax.xml.bind</package>
<package>javax.xml.bind.annotation</package>
<package>javax.xml.bind.annotation.adapters</package>
<package>org.openjdk.nashorn.*</package>
</publicPackages>
</configuration>
</plugin>
Expand Down

0 comments on commit 5d03d13

Please sign in to comment.