[java-idp-oidc] branch main updated: Schema module needed for tests.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 8 21:34:01 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=40e5a5328e7969393a991e43b683665074be0456
The following commit(s) were added to refs/heads/main by this push:
new 40e5a532 Schema module needed for tests.
40e5a532 is described below
commit 40e5a5328e7969393a991e43b683665074be0456
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 8 17:33:27 2023 -0400
Schema module needed for tests.
---
idp-oidc-extension-impl/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index a1d1c69c..2d690f31 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -269,6 +269,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-schema</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-testing</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list