[java-idp-oidc] branch main updated: Include oidc-common-profile-impl in dependencies.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Dec 2 12:06:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=977ae422f7b0f5ac7d379448a7eab0ae4c436d67
The following commit(s) were added to refs/heads/main by this push:
new 977ae422 Include oidc-common-profile-impl in dependencies.
977ae422 is described below
commit 977ae422f7b0f5ac7d379448a7eab0ae4c436d67
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Dec 2 14:06:08 2022 +0200
Include oidc-common-profile-impl in dependencies.
---
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 e5bfbd8b..02a8b492 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -117,6 +117,11 @@
<artifactId>oidc-common-profile-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-profile-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>net.shibboleth.oidc</groupId>
<artifactId>oidc-common-saml-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list