[java-idp-oidc] branch main updated: Added dependency to oidc-common-crypto-api.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Jan 6 14:51:56 UTC 2023
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=404d22c6031579c49865f9a58b001486b595348b
The following commit(s) were added to refs/heads/main by this push:
new 404d22c6 Added dependency to oidc-common-crypto-api.
404d22c6 is described below
commit 404d22c6031579c49865f9a58b001486b595348b
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jan 6 16:51:47 2023 +0200
Added dependency to oidc-common-crypto-api.
---
idp-oidc-extension-api/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index be8da1ae..4b180049 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -73,6 +73,11 @@
<artifactId>oidc-common-metadata-api</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-crypto-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list