[java-idp-testbed] branch main updated: Add SP SAML plugin jars to POM.

Scott Cantor cantor.2 at osu.edu
Tue Feb 11 18:27:58 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=f5f34feffcaaafc6ae15ff52441372fbcb0ac0c8

The following commit(s) were added to refs/heads/main by this push:
     new f5f34fe  Add SP SAML plugin jars to POM.
f5f34fe is described below

commit f5f34feffcaaafc6ae15ff52441372fbcb0ac0c8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 11 13:26:50 2025 -0500

    Add SP SAML plugin jars to POM.
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8339730..8c3df45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,6 +650,24 @@
             <version>0.0.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-saml-conf-impl</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-saml-api</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-saml-impl</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
         -->
 
         <!-- For database testing. -->

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


More information about the commits mailing list