mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
파이프라인 빌드 오류 수정: redis.embedded 의존성을 it.ozimov로 변경
This commit is contained in:
parent
2f88059309
commit
e945db9dfe
@ -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'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user