[java-support] branch master updated: Clean up GRAALVM dependendencies

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 21 12:29:09 UTC 2020


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

rdw pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=3c79d4b4063d4bbb49b1e6f1ccebc2a4e2d40505

The following commit(s) were added to refs/heads/master by this push:
       new  3c79d4b   Clean up GRAALVM dependendencies
3c79d4b is described below

commit 3c79d4b4063d4bbb49b1e6f1ccebc2a4e2d40505
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jun 21 13:25:28 2020 +0100

    Clean up GRAALVM dependendencies
    
    Use the propetrty defined in the parent pom and make comments true.
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf0dcb5..40a79bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,24 +142,20 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- Use of GraalVM is currently test only.
-             Move to compile for 'release' -->
         <dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>
-            <version>20.0.0</version>
+            <version>${graalvm.version}</version>
             <scope>test</scope>
         </dependency>
 
-        <!-- Use of GraalVM is test only. -->
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
-            <version>20.0.0</version>
+            <version>${graalvm.version}</version>
             <scope>test</scope>
         </dependency>
 
-        <!-- Use of GraalVM rhino is test only -->
         <dependency>
             <groupId>org.mozilla</groupId>
             <artifactId>rhino</artifactId>

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


More information about the commits mailing list