파이프라인 빌드 오류 수정: redis.embedded 의존성을 it.ozimov로 변경

This commit is contained in:
hiondal 2025-09-12 15:17:43 +09:00
parent 2f88059309
commit e945db9dfe

View File

@ -28,7 +28,7 @@ dependencies {
// Test Dependencies (bill service specific)
testImplementation 'org.testcontainers:postgresql'
testImplementation 'redis.embedded:embedded-redis:0.7.3'
testImplementation 'it.ozimov:embedded-redis:0.7.3'
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
}