[java-idp-testbed] branch main updated: Add modules needed for OIDC testing.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 30 19:22:37 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=abdb920066bf7ca4d080168ba3f7c02ddb60b5a8
The following commit(s) were added to refs/heads/main by this push:
new abdb920 Add modules needed for OIDC testing.
abdb920 is described below
commit abdb920066bf7ca4d080168ba3f7c02ddb60b5a8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 30 14:22:34 2021 -0500
Add modules needed for OIDC testing.
---
pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7fba80e..fd788dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
<spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
<cas-client.version>3.5.1</cas-client.version>
+ <oidc-commons.version>1.1.1-SNAPSHOT</oidc-commons.version>
</properties>
<repositories>
@@ -306,6 +307,55 @@
<scope>runtime</scope>
</dependency>
+ <!-- Uncomment for OIDC plugin testing. -->
+ <!--
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
+ <artifactId>idp-plugin-oidc-op-impl</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-attribute-api</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-attribute-impl</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-crypto-api</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-crypto-impl</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-metadata-api</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-metadata-impl</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-saml-api</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-saml-impl</artifactId>
+ <version>${oidc-commons.version}</version>
+ </dependency>
+ -->
+
</dependencies>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list