[java-plugin-shibd-saml] branch main updated: Add test dependency.

Codeberg noreply at shibboleth.net
Mon May 25 14:53:07 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/493325c92cc7843ec34b4c1f0887e1808a5b7861

The following commit(s) were added to refs/heads/main by this push:
     new 493325c  Add test dependency.
493325c is described below

commit 493325c92cc7843ec34b4c1f0887e1808a5b7861
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon May 25 10:52:53 2026 -0400

    Add 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 57d9d4c..04421f0 100644
--- a/sp-saml-impl/pom.xml
+++ b/sp-saml-impl/pom.xml
@@ -125,6 +125,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>${shibd.groupId}</groupId>
+            <artifactId>sp-testing</artifactId>
+            <scope>test</scope>
+        </dependency>
         
         <dependency>
             <groupId>${idp.groupId}</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list