[java-metadata-aggregator] 01/03: Don't override Nashorn version locally
Ian Young
ian at iay.org.uk
Tue Mar 26 11:20:16 UTC 2024
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=2847c8d09421b589ecf77cd8578b46f59dff07e8
commit 2847c8d09421b589ecf77cd8578b46f59dff07e8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Mar 25 16:48:17 2024 +0000
Don't override Nashorn version locally
---
mda-framework/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index 28c1775..8e2702b 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -299,7 +299,6 @@
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
- <version>${nashorn.jdk.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list