[java-shib-metadata] branch main updated: Dependency review.

Scott Cantor cantor.2 at osu.edu
Thu Mar 16 20:46:26 UTC 2023


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

scantor pushed a commit to branch main
in repository java-shib-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=2226a1a0b9430deab9a61d779260257eb3df1c8b

The following commit(s) were added to refs/heads/main by this push:
     new 2226a1a0 Dependency review.
2226a1a0 is described below

commit 2226a1a0b9430deab9a61d779260257eb3df1c8b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 16 16:46:24 2023 -0400

    Dependency review.
---
 shib-metadata-impl/pom.xml   | 4 ++++
 shib-metadata-spring/pom.xml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 711a431b..2dbba761 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -33,6 +33,10 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-api</artifactId>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 5601d1f0..7ee7ab24 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -42,6 +42,10 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-core-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core-impl</artifactId>
+        </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-saml-api</artifactId>

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


More information about the commits mailing list