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:
parent
9fefbc6c75
commit
d77bf14454
|
@ -9,7 +9,7 @@ targetCompatibility = "7"
|
|||
|
||||
|
||||
dependencies {
|
||||
api project(":BankingUiCommon")
|
||||
api "net.dankito.utils:java-utils:$javaUtilsVersion"
|
||||
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:$junit5Version"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue