[java-idp-oidc] branch master updated: JPAR-121 Fallback to Shibboleth provided Nashorn for tests

Rod Widdowson rdw at steadingsoftware.com
Sun Jul 26 12:49:50 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=444a96017ac682d6b5aae09db5fe346aa061e3a3

The following commit(s) were added to refs/heads/master by this push:
       new  444a9601  JPAR-121 Fallback to Shibboleth provided Nashorn for tests
444a9601 is described below

commit 444a96017ac682d6b5aae09db5fe346aa061e3a3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 26 13:48:31 2020 +0100

    JPAR-121 Fallback to Shibboleth provided Nashorn for tests
    
    https://issues.shibboleth.net/jira/browse/JPAR-121
---
 idp-oidc-extension-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 57179828..5cc8aa5d 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -223,6 +223,12 @@
 	    <type>test-jar</type>
 	    <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp.plugin.scripting</groupId>
+            <artifactId>idp-plugin-nashorn-impl</artifactId>
+            <version>${nashorn.engine.version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>

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


More information about the commits mailing list