merge update

This commit is contained in:
CaiHQ
2024-05-23 20:13:34 +08:00
parent 2c4a3bda9a
commit 8e07feb733
5 changed files with 123 additions and 10 deletions

View File

@@ -31,5 +31,6 @@ dependencies {
api project(":common")
api 'io.prometheus:simpleclient:0.12.0'
api 'org.hyperic.sigar:sigar:1.6.4'
api 'com.github.ben-manes.caffeine:caffeine:2.8.8'
testImplementation 'junit:junit:4.13.2'
}