[java-parent-project] branch master updated: JPAR-121 Add properties for the scripting engines
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 25 13:03:59 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=232fbc0d76cfc43b38e2fcf47cb1d4f6f969422a
The following commit(s) were added to refs/heads/master by this push:
new 232fbc0 JPAR-121 Add properties for the scripting engines
232fbc0 is described below
commit 232fbc0d76cfc43b38e2fcf47cb1d4f6f969422a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jul 23 15:46:20 2020 +0100
JPAR-121 Add properties for the scripting engines
https://issues.shibboleth.net/jira/browse/JPAR-121
In the IdP Stack these will be only for test-dependencies
for non IdP products there may be a need to have them
as compile.
Either way we want to centrally track the version.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 39c688e..37b9344 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,8 @@
<logback.version>1.2.3</logback.version>
<metrics.version>4.1.4</metrics.version>
<rhino.version>1.7.12</rhino.version>
+ <nashorn.engine.version>0.1.0</nashorn.engine.version>
+ <rhino.engine.version>0.1.0</rhino.engine.version>
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.7.30</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list