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

Scott Cantor cantor.2 at osu.edu
Mon Nov 6 17:06:12 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-attribute.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=8f7edfd0041038ca4fc0278dd5507eebc57499c7

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

commit 8f7edfd0041038ca4fc0278dd5507eebc57499c7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 12:06:09 2023 -0500

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

diff --git a/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 5abf34cdf..4b169015d 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -178,27 +178,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