[java-shib-profile] branch main updated: Inline conditional Nashorn test dependency.

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 17:04:32 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=6ca72ba86a1ac2009753d85439d5bb4e6178f82c

The following commit(s) were added to refs/heads/main by this push:
     new 6ca72ba  Inline conditional Nashorn test dependency.
6ca72ba is described below

commit 6ca72ba86a1ac2009753d85439d5bb4e6178f82c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 12:04:29 2023 -0500

    Inline conditional Nashorn test dependency.
---
 shib-profile-api/pom.xml | 27 ++++++---------------------
 1 file changed, 6 insertions(+), 21 deletions(-)

diff --git a/shib-profile-api/pom.xml b/shib-profile-api/pom.xml
index bc1aae1..077aec0 100644
--- a/shib-profile-api/pom.xml
+++ b/shib-profile-api/pom.xml
@@ -131,27 +131,12 @@
             <scope>test</scope>
         </dependency>
 
-    </dependencies>
+        <dependency>
+            <groupId>org.openjdk.nashorn</groupId>
+            <artifactId>nashorn-core</artifactId>
+            <scope>test</scope>
+        </dependency>
 
-    <profiles>
-        <!--
-            Pull in a Javascript engine for testing in Java
-            versions where the JDK doesn't provide one.
-        -->
-        <profile>
-            <id>get-nashorn</id>
-            <activation>
-                <jdk>[15,</jdk>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.openjdk.nashorn</groupId>
-                    <artifactId>nashorn-core</artifactId>
-                    <version>${nashorn.jdk.version}</version>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-    </profiles>
+    </dependencies>
 
 </project>

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


More information about the commits mailing list