From 8c7c1eedd3cabb482c4c517a1f49eee49331a0a3 Mon Sep 17 00:00:00 2001 From: Victor Harbo Johnston Date: Tue, 30 Apr 2024 21:50:31 +0200 Subject: [PATCH] explicitly include nashorn in pom --- pom.xml | 7 +++++++ .../solrwayback/javascript/JavascriptTests.java | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab3dfe64..9bcf1194 100644 --- a/pom.xml +++ b/pom.xml @@ -162,6 +162,13 @@ 0.1.2 + + + org.openjdk.nashorn + nashorn-core + 15.0 + +