[java-idp-testbed] branch main updated: Commented Duo plugin dependencies.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 28 19:56:08 UTC 2023
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=de9cff42f2461d3283ad40c2b60d693bafa56952
The following commit(s) were added to refs/heads/main by this push:
new de9cff4 Commented Duo plugin dependencies.
de9cff4 is described below
commit de9cff42f2461d3283ad40c2b60d693bafa56952
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 28 15:56:05 2023 -0400
Commented Duo plugin dependencies.
---
pom.xml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8116092..5e8aba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,29 @@
<version>4.0.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
+ -->
+ <!-- For Duo plugin testing. -->
+ <!--
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
+ <artifactId>idp-plugin-duo-api</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
+ <artifactId>idp-plugin-duo-impl</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
+ <artifactId>idp-plugin-duo-nimbus-client-impl</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+ <!--
<dependency>
<groupId>net.shibboleth.oidc</groupId>
<artifactId>oidc-common-attribute-api</artifactId>
@@ -273,6 +296,12 @@
<version>${oidc-commons.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-plugin</artifactId>
+ <version>${oidc-commons.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>net.shibboleth.oidc</groupId>
<artifactId>oidc-common-profile-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list