added connection pooling to gbcs-client
All checks were successful
CI / build (push) Successful in 3m55s

This commit is contained in:
2025-01-16 13:37:14 +08:00
parent 5af99330f8
commit 05a265e4b4
16 changed files with 144 additions and 165 deletions

View File

@@ -6,6 +6,7 @@ plugins {
dependencies {
implementation project(':gbcs-base')
implementation catalog.picocli
implementation catalog.slf4j.api
implementation catalog.netty.buffer
implementation catalog.netty.codec.http
}