1
0

add IBAN+BIC validation

This commit is contained in:
Michael Hoennig
2022-10-05 08:04:44 +02:00
parent 398f15d5de
commit d98b8feaad
6 changed files with 178 additions and 20 deletions

View File

@ -60,6 +60,7 @@ dependencies {
implementation 'com.vladmihalcea:hibernate-types-55:2.19.2'
implementation 'org.openapitools:jackson-databind-nullable:0.2.3'
implementation 'org.modelmapper:modelmapper:3.1.0'
implementation 'org.iban4j:iban4j:3.2.3-RELEASE'
compileOnly 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'