added retry policy to gbcs-client

This commit is contained in:
2025-01-27 13:12:12 +08:00
parent 1823d0b9ca
commit 90a5834f5f
9 changed files with 385 additions and 35 deletions

View File

@@ -18,9 +18,6 @@ dependencies {
testImplementation catalog.bcprov.jdk18on
testImplementation catalog.bcpkix.jdk18on
testImplementation catalog.junit.jupiter.api
testImplementation catalog.junit.jupiter.params
testRuntimeOnly catalog.junit.jupiter.engine
testRuntimeOnly project(":gbcs-server-memcached")
}