From 6d9a28c2f742e935d80c597a360dc36327e1fa54 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 27 May 2021 09:32:15 -0600 Subject: [PATCH] Mfa Sample Depends on spring-security-crypto Closes gh-18 --- .../java/authentication/username-password/mfa/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle index 5efa814..d9d2597 100644 --- a/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle +++ b/servlet/spring-boot/java/authentication/username-password/mfa/build.gradle @@ -14,6 +14,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' + implementation 'org.springframework.security:spring-security-crypto' implementation 'com.j256.two-factor-auth:two-factor-auth:1.3'