[java-identity-provider] branch main updated: POM was missing opensaml-spring.

Scott Cantor cantor.2 at osu.edu
Wed Sep 6 17:31:41 UTC 2023


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c868de46f5444ef42f0d240bf8ccefc9db994c8e

The following commit(s) were added to refs/heads/main by this push:
     new c868de46f POM was missing opensaml-spring.
c868de46f is described below

commit c868de46f5444ef42f0d240bf8ccefc9db994c8e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 6 13:31:38 2023 -0400

    POM was missing opensaml-spring.
---
 idp-war/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index cce542636..37c672112 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -226,6 +226,10 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-soap-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-spring</artifactId>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-storage-api</artifactId>

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


More information about the commits mailing list