[java-idp-oidc] branch master updated: JOIDC-10 JSE-37 Add GraalVM as test dependency.
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 21 12:36:29 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=e9651e14d9bd945b1d0622d0be325e8d4aacb042
The following commit(s) were added to refs/heads/master by this push:
new e9651e14 JOIDC-10 JSE-37 Add GraalVM as test dependency.
e9651e14 is described below
commit e9651e14d9bd945b1d0622d0be325e8d4aacb042
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 20 16:53:22 2020 +0100
JOIDC-10 JSE-37 Add GraalVM as test dependency.
https://issues.shibboleth.net/jira/browse/JOIDC-10
This will ne needed from JDK15 on.
---
idp-oidc-extension-impl/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 1fe72176..2b1b0e6c 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -217,6 +217,18 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <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>
</dependencies>
<build>
<plugins>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list