[java-identity-provider] branch main updated: Add a test dependency missing after lower layer adjustments.

Scott Cantor cantor.2 at osu.edu
Wed Sep 7 14:57:42 UTC 2022


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=721abeaf4f5dc3b6a53769b349f452b62d1eaad9

The following commit(s) were added to refs/heads/main by this push:
     new 721abeaf4 Add a test dependency missing after lower layer adjustments.
721abeaf4 is described below

commit 721abeaf4f5dc3b6a53769b349f452b62d1eaad9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 7 10:57:39 2022 -0400

    Add a test dependency missing after lower layer adjustments.
---
 idp-saml-api/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 9cbf30bfc..adc2ffe51 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -105,6 +105,11 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>net.shibboleth</groupId>
+            <artifactId>shib-attribute-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth</groupId>
             <artifactId>shib-saml-attribute-impl</artifactId>

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


More information about the commits mailing list