1
0
mirror of https://github.com/pcvolkmer/mv64e-onkostar-data.git synced 2025-07-03 11:02:54 +00:00

refactor: rename catalogue classes

This commit is contained in:
2025-06-19 15:08:44 +02:00
parent f0ce22da2f
commit 8168bd40d4
5 changed files with 54 additions and 27 deletions

View File

@ -8,6 +8,7 @@ version = "0.1.0-SNAPSHOT"
var versions = mapOf(
"mtb-dto" to "0.1.0-SNAPSHOT",
"slf4j" to "2.0.17",
"junit" to "5.13.1",
"assertj" to "3.27.3",
"mockito" to "5.18.0"
@ -46,6 +47,7 @@ dependencies {
prefer("4.3.8.RELEASE")
}
}
implementation("org.slf4j:slf4j-api:${versions["slf4j"]}")
testImplementation(platform("org.junit:junit-bom:${versions["junit"]}"))
testImplementation("org.junit.jupiter:junit-jupiter")