[java-shib-attribute] branch main updated: Add missing XML deps.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 20 15:31:26 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=f9e90a408637d4683612ce6244edd204cfccc663
The following commit(s) were added to refs/heads/main by this push:
new f9e90a408 Add missing XML deps.
f9e90a408 is described below
commit f9e90a408637d4683612ce6244edd204cfccc663
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 20 11:31:24 2022 -0400
Add missing XML deps.
---
shib-attribute-filter-spring/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 16dc15bc1..eb6156802 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -104,6 +104,12 @@
<scope>test</scope>
</dependency>
+ <!-- Meeded for XMLObject providers. -->
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
@@ -114,6 +120,12 @@
<artifactId>opensaml-saml-api</artifactId>
<scope>test</scope>
</dependency>
+ <!-- Meeded for XMLObject providers. -->
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-saml-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-testing</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list