[java-parent-project] branch main updated: JPAR-236 Bump Maven versions for IdP 5.3
Codeberg
noreply at shibboleth.net
Tue Sep 8 11:55:25 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/a423b718cbfbc377331f6e4beb13c664be6f62c2
The following commit(s) were added to refs/heads/main by this push:
new a423b71 JPAR-236 Bump Maven versions for IdP 5.3
a423b71 is described below
commit a423b718cbfbc377331f6e4beb13c664be6f62c2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Sep 8 12:55:58 2026 +0100
JPAR-236 Bump Maven versions for IdP 5.3
https://shibboleth.atlassian.net/browse/JPAR-236
The javascript implementations are TEST scope
---
pom.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 89a7a78..e912dad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,18 +501,6 @@
<version>${jakarta.json.version}</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>org.mozilla</groupId>
- <artifactId>rhino</artifactId>
- <version>${rhino.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.mozilla</groupId>
- <artifactId>rhino-runtime</artifactId>
- <version>${rhino.version}</version>
- <scope>runtime</scope>
- </dependency>
<!-- Test dependencies -->
<dependency>
@@ -569,6 +557,18 @@
<version>${nashorn.jdk.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mozilla</groupId>
+ <artifactId>rhino</artifactId>
+ <version>${rhino.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mozilla</groupId>
+ <artifactId>rhino-runtime</artifactId>
+ <version>${rhino.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list