[java-idp-plugin-scripting] 03/04: JSCRIPTING-11 Rev GraalVM to 21.2.0

Rod Widdowson rdw at steadingsoftware.com
Mon Aug 16 16:13:09 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=fb2dbdb39def18860adde12a58f81aae0604e6da

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

    JSCRIPTING-11 Rev GraalVM to 21.2.0
    
    https://shibboleth.atlassian.net/browse/JSCRIPTING-11
---
 nashorn-impl/pom.xml | 38 ++++----------------------------------
 1 file changed, 4 insertions(+), 34 deletions(-)

diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index 4797be0..45dd188 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -18,8 +18,8 @@
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
         <automatic.module.name>net.shibboleth.idp.plugin.nashorn</automatic.module.name>
         <!-- Revise these two when Graal changes -->
-        <asm.version>7.1</asm.version>
-        <icu4j.version>64.2</icu4j.version>
+        <icu4j.version>69.1</icu4j.version>
+        <graalvm.version>21.2.0</graalvm.version>
     </properties>
     
     <description>
@@ -45,7 +45,7 @@
         
         <!--  Runtime - GraalVM dependencies -->
 
-	 <dependency>
+         <dependency>
             <groupId>org.graalvm.regex</groupId>
             <artifactId>regex</artifactId>
             <version>${graalvm.version}</version>
@@ -56,37 +56,7 @@
             <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>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-tree</artifactId>
-            <version>${asm.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-analysis</artifactId>
-            <version>${asm.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-commons</artifactId>
-            <version>${asm.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.ow2.asm</groupId>
-            <artifactId>asm-util</artifactId>
-            <version>${asm.version}</version>
-            <scope>runtime</scope>
-        </dependency>
+         </dependency>
         <dependency>
             <groupId>com.ibm.icu</groupId>
             <artifactId>icu4j</artifactId>

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


More information about the commits mailing list