[java-idp-testbed] branch main updated: Bump parent snapshot.

Scott Cantor cantor.2 at osu.edu
Thu Oct 26 17:36:39 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=e081a4bdf6bc8fdd9d9a80d6e07615f9c27251b4

The following commit(s) were added to refs/heads/main by this push:
     new e081a4b  Bump parent snapshot.
e081a4b is described below

commit e081a4bdf6bc8fdd9d9a80d6e07615f9c27251b4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 13:36:35 2023 -0400

    Bump parent snapshot.
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5da5ba9..0c093f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.2-SNAPSHOT</version>
+        <version>17.0.3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -223,6 +223,13 @@
             <scope>runtime</scope>
         </dependency>
 
+        <dependency>
+            <groupId>net.shibboleth.idp.plugin.authn</groupId>
+            <artifactId>idp-plugin-totp-impl</artifactId>
+            <version>2.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
         <!-- For OIDC 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