[java-identity-provider] branch main updated: Add back a test dependency.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 8 17:32:30 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=39e6d743d6dde0aa794767f803e2a06d8fb52961
The following commit(s) were added to refs/heads/main by this push:
new 39e6d743d Add back a test dependency.
39e6d743d is described below
commit 39e6d743d6dde0aa794767f803e2a06d8fb52961
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 8 13:32:28 2022 -0400
Add back a test dependency.
---
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 3c1d1c3b2..7f7b800bf 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -100,6 +100,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