[java-idp-plugin-scripting] 02/04: JSCRIPTING-10 Add missing dependency to build of GraalVM Nashorn

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 16 16:13:08 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=fad1d57e30152ab45817edce70834bec0825356a

commit fad1d57e30152ab45817edce70834bec0825356a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 16 17:00:40 2021 +0100

    JSCRIPTING-10 Add missing dependency to build of GraalVM Nashorn
    
    https://shibboleth.atlassian.net/browse/JSCRIPTING-10
---
 nashorn-impl/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index fb8fa26..4797be0 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -45,7 +45,19 @@
         
         <!--  Runtime - GraalVM dependencies -->
 
-        <dependency>
+	 <dependency>
+            <groupId>org.graalvm.regex</groupId>
+            <artifactId>regex</artifactId>
+            <version>${graalvm.version}</version>
+            <scope>runtime</scope>
+         </dependency>
+         <dependency>
+            <groupId>org.graalvm.truffle</groupId>
+            <artifactId>truffle-api</artifactId>
+            <version>${graalvm.version}</version>
+            <scope>runtime</scope>
+	 </dependency>
+         <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm</artifactId>
             <version>${asm.version}</version>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list