Mfa Sample Depends on spring-security-crypto

Closes gh-18
This commit is contained in:
Josh Cummings 2021-05-27 09:32:15 -06:00
parent 868fb455c8
commit 2396aa4630
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 0 deletions

View File

@ -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'