[java-idp-testbed] 02/02: Fix Nashorn warning.

Scott Cantor cantor.2 at osu.edu
Thu Mar 14 14:30:38 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=ecf48871ba5087fcfe2df805838b8ab49fbb9819

commit ecf48871ba5087fcfe2df805838b8ab49fbb9819
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 14 10:30:32 2024 -0400

    Fix Nashorn warning.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index dff1925..5fac2d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,13 +489,6 @@
             <scope>runtime</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.openjdk.nashorn</groupId>
-            <artifactId>nashorn-core</artifactId>
-            <version>${nashorn.jdk.version}</version>
-            <scope>runtime</scope>
-        </dependency>
-        
         <dependency>
             <groupId>org.openjdk.nashorn</groupId>
             <artifactId>nashorn-core</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list