[java-opensaml] branch master updated: JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency

Rod Widdowson rdw at steadingsoftware.com
Sat Jul 25 13:03:19 UTC 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  bc4e3ddf0 JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency
bc4e3ddf0 is described below

commit bc4e3ddf0e8d18cbb981e07d1115cb6ddca8fb5e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 25 14:02:28 2020 +0100

    JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency
    
    https://issues.shibboleth.net/jira/browse/JPAR-121
    
    This will allow tests to run under JDK-15 to continue to run after
    we remove the equivalent engine from the java-suppport test jar
---
 opensaml-saml-impl/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index d2c84d6db..93968478d 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -212,13 +212,6 @@
             <artifactId>spring-extensions</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>net.shibboleth.utilities</groupId>
-            <artifactId>java-support</artifactId>
-            <version>${java-support.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.jsoup</groupId>
             <artifactId>jsoup</artifactId>
@@ -230,6 +223,13 @@
             <version>${graalvm.version}</version>
             <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.js</groupId>

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


More information about the commits mailing list