[spring-extensions] branch master updated: JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 25 13:01:35 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=8db26c0928159199686f64a2ba6350abdc03bfd8
The following commit(s) were added to refs/heads/master by this push:
new 8db26c0 JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency
8db26c0 is described below
commit 8db26c0928159199686f64a2ba6350abdc03bfd8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 25 13:59:26 2020 +0100
JPAR-121 Add our Nashorn ECMAScript engine as a TEST dependency
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
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 13ce697..29f52d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,13 @@
<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>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
@@ -159,7 +166,6 @@
<scope>test</scope>
</dependency>
-
</dependencies>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list