Build fail fixed

This commit is contained in:
Maximilian Leopold 2019-04-09 16:01:48 +02:00
parent 2b6302bf81
commit 40661fb689
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ dependencies {
//ompile group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '1.2.0.RELEASE'
compile group: 'org.springframework.security', name: 'spring-security-core', version: '5.1.4.RELEASE'
compile group: 'at.favre.lib', name: 'bcrypt', version: '{latest-version}'
//compile group: 'at.favre.lib', name: 'bcrypt', version: '{latest-version}'
//JWT
compile 'io.jsonwebtoken:jjwt-api:0.10.5'