refactor(ping-feature): remove deprecated PingFeature files and legacy implementations
Deleted obsolete files and models from the `ping-feature` module, including redundant enums, the old `PingApiClient`, and legacy view models. Simplified the module by consolidating its implementation with the new Koin-based DI and shared client architecture. Cleaned up unused code and improved module maintainability.
This commit is contained in:
@@ -22,7 +22,8 @@ dependencies {
|
||||
|
||||
// Infrastructure Modules
|
||||
implementation(projects.backend.infrastructure.persistence)
|
||||
implementation(projects.backend.infrastructure.security) // NEU: Security Module
|
||||
implementation(projects.backend.infrastructure.security)
|
||||
implementation(projects.backend.infrastructure.monitoring.monitoringClient) // NEU: Monitoring & Tracing
|
||||
|
||||
// === Spring Boot & Cloud ===
|
||||
// Standard dependencies for a secure microservice
|
||||
|
||||
Reference in New Issue
Block a user