[java-oidc-common] branch main updated: JCOMOIDC-21 - Move net.shibboleth.idp.plugin.oidc.op.config from oidc-op-impl into commons
Phil Smart
philip.smart at jisc.ac.uk
Fri Nov 26 14:19:04 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=c920221016c920a853f5d6c00ec185b70e98c7ab
The following commit(s) were added to refs/heads/main by this push:
new c920221 JCOMOIDC-21 - Move net.shibboleth.idp.plugin.oidc.op.config from oidc-op-impl into commons
c920221 is described below
commit c920221016c920a853f5d6c00ec185b70e98c7ab
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Nov 26 14:18:58 2021 +0000
JCOMOIDC-21 - Move net.shibboleth.idp.plugin.oidc.op.config from
oidc-op-impl into commons
- Updated the BOM to include the profile modules
https://shibboleth.atlassian.net/browse/JCOMOIDC-21
---
oidc-common-bom/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/oidc-common-bom/pom.xml b/oidc-common-bom/pom.xml
index ba5889d..23dc367 100644
--- a/oidc-common-bom/pom.xml
+++ b/oidc-common-bom/pom.xml
@@ -46,6 +46,16 @@
<artifactId>oidc-common-metadata-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>oidc-common-profile-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>oidc-common-profile-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>${project.groupId}</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