[java-parent-project] branch main updated: Add nashorn-core as a managed test dependency.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 13:55:05 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor 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=25fa2df0c2e2d4b0618659da0998c5a312b01eb0
The following commit(s) were added to refs/heads/main by this push:
new 25fa2df Add nashorn-core as a managed test dependency.
25fa2df is described below
commit 25fa2df0c2e2d4b0618659da0998c5a312b01eb0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 08:55:02 2023 -0500
Add nashorn-core as a managed test dependency.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0c35744..cb38ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -539,6 +539,12 @@
<version>${jsoup.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.openjdk.nashorn</groupId>
+ <artifactId>nashorn-core</artifactId>
+ <version>${nashorn.jdk.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list