[java-parent-project] branch main updated: JSCRIPTING-9 JSCRIPTING-12 Start using jdk nashorn for tests
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 23 10:31:30 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=0c5d0183a38c4bca9f57742de362e91c7402b13b
The following commit(s) were added to refs/heads/main by this push:
new 0c5d018 JSCRIPTING-9 JSCRIPTING-12 Start using jdk nashorn for tests
0c5d018 is described below
commit 0c5d0183a38c4bca9f57742de362e91c7402b13b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 22 16:26:46 2021 +0100
JSCRIPTING-9 JSCRIPTING-12 Start using jdk nashorn for tests
https://shibboleth.atlassian.net/browse/JSCRIPTING-9
https://shibboleth.atlassian.net/browse/JSCRIPTING-12
---
pom.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2539e04..0f75cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
<httpclient.version>4.5.13</httpclient.version>
<httpclient.httpcore.version>4.4.14</httpclient.httpcore.version>
- <graalvm.version>20.0.0</graalvm.version>
+ <graalvm.version>21.2.0</graalvm.version>
<guava.version>30.1.1-jre</guava.version>
<jackson.version>2.12.2</jackson.version>
<jakarta.activation.version>1.2.2</jakarta.activation.version>
@@ -44,7 +44,7 @@
<logback.version>1.2.3</logback.version>
<metrics.version>4.1.18</metrics.version>
<rhino.version>1.7.13</rhino.version>
- <nashorn.engine.version>1.0.0</nashorn.engine.version> <!-- Test only dependency -->
+ <nashorn.jdk.version>15.3</nashorn.jdk.version> <!-- Test only dependency -->
<rhino.engine.version>1.0.0</rhino.engine.version> <!-- Test only dependency -->
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.7.30</slf4j.version>
@@ -394,6 +394,10 @@
<artifactId>hibernate-core</artifactId>
<version>5.4.29.Final</version>
<exclusions>
+<!-- <exclusion>
+ <groupId>org.dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </exclusion> -->
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list