[java-idp-testbed] branch main updated: Add oidc-commons-profile dep.

Scott Cantor cantor.2 at osu.edu
Mon Dec 13 14:46:43 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=cc188848acc96317ac26458ee3eef8f3f5accc32

The following commit(s) were added to refs/heads/main by this push:
     new cc18884  Add oidc-commons-profile dep.
cc18884 is described below

commit cc188848acc96317ac26458ee3eef8f3f5accc32
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 13 09:46:40 2021 -0500

    Add oidc-commons-profile dep.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 061591f..a318c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,6 +344,11 @@
             <artifactId>oidc-common-metadata-impl</artifactId>
             <version>${oidc-commons.version}</version>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.oidc</groupId>
+            <artifactId>oidc-common-profile-api</artifactId>
+            <version>${oidc-commons.version}</version>
+        </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