[java-metadata-aggregator] branch main updated: Stop using the GraalVM nashorn engine and use the JDK one
Rod Widdowson
rdw at steadingsoftware.com
Tue Aug 24 09:51:52 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=b980a69495029fe253a9c3e6d9679fe99e09e219
The following commit(s) were added to refs/heads/main by this push:
new b980a69 Stop using the GraalVM nashorn engine and use the JDK one
b980a69 is described below
commit b980a69495029fe253a9c3e6d9679fe99e09e219
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 24 10:51:13 2021 +0100
Stop using the GraalVM nashorn engine and use the JDK one
---
aggregator-pipeline/pom.xml | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 45f4134..42a7830 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -270,21 +270,9 @@
</activation>
<dependencies>
<dependency>
- <groupId>org.graalvm.sdk</groupId>
- <artifactId>graal-sdk</artifactId>
- <version>${graalvm.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.graalvm.js</groupId>
- <artifactId>js</artifactId>
- <version>${graalvm.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp.plugin.scripting</groupId>
- <artifactId>idp-plugin-nashorn-impl</artifactId>
- <version>${nashorn.engine.version}</version>
+ <groupId>org.openjdk.nashorn</groupId>
+ <artifactId>nashorn-core</artifactId>
+ <version>${nashorn.jdk.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list