TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Add Nashorn as dependency #174

Closed ghost closed 3 months ago

ghost commented 2 years ago

When running maven, the following warning may appear:

Warning: Nashorn engine is planned to be removed from a future JDK release

From: https://mvnrepository.com/artifact/org.openjdk.nashorn/nashorn-core/15.4

<dependency>
    <groupId>org.openjdk.nashorn</groupId>
    <artifactId>nashorn-core</artifactId>
    <version>15.4</version>
</dependency>
kaladay commented 3 months ago

Nashhorn is no longer supported. We use Graalvm now.