fixing(gradle)

This commit is contained in:
2025-08-25 21:15:25 +02:00
parent 89ef9698af
commit 8fd09a4aa1
12 changed files with 492 additions and 35 deletions
+5
View File
@@ -52,6 +52,11 @@ dependencies {
// Obwohl bereits im monitoring-client Bundle, wird durch 'implementation' nicht transitiv verfügbar
implementation(libs.spring.boot.starter.actuator)
// Logback-Abhängigkeiten für Tests - Versionen werden von Spring Boot BOM verwaltet
implementation("ch.qos.logback:logback-classic")
implementation("ch.qos.logback:logback-core")
implementation("org.slf4j:slf4j-api")
// Stellt alle Test-Abhängigkeiten gebündelt bereit.
testImplementation(projects.platform.platformTesting)
testImplementation(libs.bundles.testing.jvm)