Skip to content

Commit

Permalink
Change to openjdk/nashorn
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Feb 6, 2024
1 parent 3862ad2 commit a85bd34
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<urlrewritefilter.version>4.0.3</urlrewritefilter.version>
<xbean-spring.version>4.24</xbean-spring.version>
<xmlunit.version>2.6.2</xmlunit.version>
<graalvm.version>22.3.3</graalvm.version>
</properties>

<profiles>
Expand Down Expand Up @@ -194,20 +193,9 @@
</dependency>

<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>${graalvm.version}</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>${graalvm.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js-scriptengine</artifactId>
<version>${graalvm.version}</version>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a85bd34

Please sign in to comment.