[spring-extensions] branch master updated: JSE-37 Add GraalVM as test dependency.
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 21 12:17:33 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=ab26b9395ff04890711bc6cd6cadad877b3d749c
The following commit(s) were added to refs/heads/master by this push:
new ab26b93 JSE-37 Add GraalVM as test dependency.
ab26b93 is described below
commit ab26b9395ff04890711bc6cd6cadad877b3d749c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 20 16:46:29 2020 +0100
JSE-37 Add GraalVM as test dependency.
https://issues.shibboleth.net/jira/browse/JSE-37
This will ne needed from JDK15 on.
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index dca28e2..e7ac1fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,20 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.graalvm.sdk</groupId>
+ <artifactId>graal-sdk</artifactId>
+ <version>20.0.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.graalvm.js</groupId>
+ <artifactId>js</artifactId>
+ <version>20.0.0</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list