refactoring infrastructure

This commit is contained in:
2025-10-14 12:36:00 +02:00
parent a8de8671ce
commit 689458e9b1
10 changed files with 1708 additions and 20 deletions
@@ -42,6 +42,9 @@ dependencies {
// Zusätzliche Test-Dependencies für erweiterte Event-Store-Tests
testImplementation(libs.kotlinx.serialization.json)
testImplementation(libs.reactor.test)
// Für Integration Tests mit beiden Redis-Modulen
testImplementation(projects.infrastructure.cache.cacheApi)
testImplementation(projects.infrastructure.cache.redisCache)
}
// === Task Configuration ===