Moved IBankFinder and BankInfo to module BankFinder, so that BankingUiCommon now references BankFinder (TODO: get rid of this direct import)

This commit is contained in:
dankito 2020-07-09 13:52:59 +02:00
parent 9fefbc6c75
commit d77bf14454
4 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ targetCompatibility = "7"
dependencies {
api project(":BankingUiCommon")
api "net.dankito.utils:java-utils:$javaUtilsVersion"
testImplementation "org.junit.jupiter:junit-jupiter:$junit5Version"

View File

@ -21,6 +21,8 @@ dependencies {
api "net.dankito.utils:java-utils:$javaUtilsVersion"
api project(":BankFinder")
api "net.dankito.text.extraction:text-extractor-common:$textExtractorVersion"
api "net.dankito.text.extraction:text-info-extractor:$textInfoExtractorVersion"