[java-shib-attribute] branch main updated: Add dependency on metadata module with schema handling rules.
Scott Cantor
cantor.2 at osu.edu
Thu Dec 8 13:41:24 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=2bedbcbc587e532440bac164324838dd188e613f
The following commit(s) were added to refs/heads/main by this push:
new 2bedbcbc5 Add dependency on metadata module with schema handling rules.
2bedbcbc5 is described below
commit 2bedbcbc587e532440bac164324838dd188e613f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 8 08:41:21 2022 -0500
Add dependency on metadata module with schema handling rules.
---
shib-attribute-filter-spring/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index b2cdf6740..65f3571d8 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -104,6 +104,14 @@
<scope>test</scope>
</dependency>
+ <!-- Needed for Spring schema directives. -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>shib-metadata-spring</artifactId>
+ <version>${shib-metadata.version}</version>
+ <scope>test</scope>
+ </dependency>
+
<!-- Meeded for XMLObject providers. -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list