refactor: Migrate from monolithic to modular architecture
1. **Docker-Compose für Entwicklung optimieren** 2. **Umgebungsvariablen für lokale Entwicklung** 3. **Service-Abhängigkeiten** 4. **Docker-Compose für Produktion** 5. **Dokumentation**
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies {
|
||||
api("org.junit.jupiter:junit-jupiter-api")
|
||||
api("org.junit.jupiter:junit-jupiter-engine")
|
||||
api("org.junit.jupiter:junit-jupiter-params")
|
||||
api("org.junit.platform:junit-platform-launcher")
|
||||
|
||||
// Mocking and Assertions
|
||||
api("io.mockk:mockk:1.13.8")
|
||||
|
||||
Reference in New Issue
Block a user