[java-plugin-shibd-oidc] branch main updated: Missing test dependency.
Codeberg
noreply at shibboleth.net
Tue Apr 21 22:47:49 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/1f409469c5fed3278c172e444a4520252c970d53
The following commit(s) were added to refs/heads/main by this push:
new 1f40946 Missing test dependency.
1f40946 is described below
commit 1f409469c5fed3278c172e444a4520252c970d53
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 18:47:40 2026 -0400
Missing test dependency.
---
sp-oidc-impl/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sp-oidc-impl/pom.xml b/sp-oidc-impl/pom.xml
index f98152f..1e1c2a1 100644
--- a/sp-oidc-impl/pom.xml
+++ b/sp-oidc-impl/pom.xml
@@ -215,6 +215,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-storage-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-testing</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list