[java-idp-testbed] branch main updated: Add TOTP dependency commented.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 4 20:09:04 UTC 2024
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=5a7791a94bbfa680c0c3824ece68323791a8f0d7
The following commit(s) were added to refs/heads/main by this push:
new 5a7791a Add TOTP dependency commented.
5a7791a is described below
commit 5a7791a94bbfa680c0c3824ece68323791a8f0d7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 4 16:09:02 2024 -0400
Add TOTP dependency commented.
---
pom.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1879241..bb29e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@
</dependency>
<!--
- TODO: No Jakarta support yet.
+ No Jakarta support yet.
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
@@ -540,6 +540,16 @@
</dependency>
-->
+ <!-- For TOTP plugin testing. -->
+ <!--
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.authn</groupId>
+ <artifactId>idp-plugin-totp-impl</artifactId>
+ <version>2.2.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+
<!-- For Thymeleaf plugin testing. -->
<!--
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list