[java-idp-plugin-duo] branch main updated: Eliminate Nashorn test dependency profile.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 13 13:47:57 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=eec997428ac18c3be39a16d7463a33e8f910340d
The following commit(s) were added to refs/heads/main by this push:
new eec99742 Eliminate Nashorn test dependency profile.
eec99742 is described below
commit eec997428ac18c3be39a16d7463a33e8f910340d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 13 08:47:54 2023 -0500
Eliminate Nashorn test dependency profile.
---
pom.xml | 27 ++++++---------------------
1 file changed, 6 insertions(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index d959ce1e..02b23b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,12 @@
<artifactId>logback-classic</artifactId>
<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>
@@ -118,27 +124,6 @@
</dependencies>
</dependencyManagement>
- <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>
-
<build>
<plugins>
<plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list