[java-shib-metadata] branch main updated: Add service module dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 1 18:08:01 UTC 2022
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=8215ca92d7abc2d9585455071d397e31b7dac5b8
The following commit(s) were added to refs/heads/main by this push:
new 8215ca92d Add service module dependency.
8215ca92d is described below
commit 8215ca92d7abc2d9585455071d397e31b7dac5b8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:07:58 2022 -0400
Add service module dependency.
---
shib-metadata-impl/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 8e842bfd8..49c40df8b 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -42,6 +42,11 @@
<artifactId>opensaml-saml-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.shared</groupId>
+ <artifactId>shib-service</artifactId>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list