Skip to content

Commit

Permalink
explicitly include nashorn in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Apr 30, 2024
1 parent 475ae60 commit 8c7c1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@
<version>0.1.2</version>
</dependency>

<!-- JavaScript testing -->
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.0</version>
</dependency>


<!-- Support for SVG and other image types. -->
<!-- Can render some SVG (and scale them), but causes a lot more trouble that it is worth for now.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


import dk.kb.netarchivesuite.solrwayback.util.FileUtil;
import jdk.nashorn.api.scripting.JSObject;
import org.openjdk.nashorn.api.scripting.JSObject;
import org.junit.Before;
import org.junit.Test;

Expand Down

0 comments on commit 8c7c1ee

Please sign in to comment.