[java-plugin-shibd-saml] branch main updated: Missing test dependency.
Codeberg
noreply at shibboleth.net
Tue Apr 21 22:46:29 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-saml.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-saml/commit/fedd3f6f39214ed1a40e0535e6989b63be6a0985
The following commit(s) were added to refs/heads/main by this push:
new fedd3f6 Missing test dependency.
fedd3f6 is described below
commit fedd3f6f39214ed1a40e0535e6989b63be6a0985
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 18:46:18 2026 -0400
Missing test dependency.
---
sp-saml-impl/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sp-saml-impl/pom.xml b/sp-saml-impl/pom.xml
index e6be3ba..5af36b1 100644
--- a/sp-saml-impl/pom.xml
+++ b/sp-saml-impl/pom.xml
@@ -145,6 +145,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