[java-idp-plugin-oidc-rp] branch main updated: Remove scm section from POM and move Nashorn dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 8 16:02:34 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-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=8602e640e99564316712b9b9a73e4c8cfb57e542
The following commit(s) were added to refs/heads/main by this push:
new 8602e64 Remove scm section from POM and move Nashorn dependency.
8602e64 is described below
commit 8602e640e99564316712b9b9a73e4c8cfb57e542
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 8 11:02:31 2024 -0500
Remove scm section from POM and move Nashorn dependency.
---
pom.xml | 33 ++++++---------------------------
1 file changed, 6 insertions(+), 27 deletions(-)
diff --git a/pom.xml b/pom.xml
index dce8add..c9cebf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,36 +161,15 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
+ <dependency>
+ <groupId>org.openjdk.nashorn</groupId>
+ <artifactId>nashorn-core</artifactId>
+ <version>${nashorn.jdk.version}</version>
+ <scope>test</scope>
+ </dependency>
</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>
-
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
-
<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