[java-shib-attribute] branch main updated: Add documented dependency on schemas in OpenSAML.

Scott Cantor cantor.2 at osu.edu
Thu Dec 8 13:32:13 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=42bfa81c2ef6b067b54ef28602cce6c8705ddfca

The following commit(s) were added to refs/heads/main by this push:
     new 42bfa81c2 Add documented dependency on schemas in OpenSAML.
42bfa81c2 is described below

commit 42bfa81c2ef6b067b54ef28602cce6c8705ddfca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 8 08:32:10 2022 -0500

    Add documented dependency on schemas in OpenSAML.
---
 shib-attribute-filter-spring/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index eb6156802..b2cdf6740 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -131,6 +131,12 @@
             <artifactId>opensaml-testing</artifactId>
             <scope>test</scope>
         </dependency>
+        <!-- Needed for schemas. -->
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-xmlsec-api</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>${spring.groupId}</groupId>

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


More information about the commits mailing list