mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 16:16:23 +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)
|
// Test Dependencies (bill service specific)
|
||||||
testImplementation 'org.testcontainers:postgresql'
|
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'
|
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user