update contract manager

This commit is contained in:
CaiHQ
2023-03-30 23:54:50 +08:00
parent 487697aa87
commit 9cf42f1381
4 changed files with 25 additions and 21 deletions

View File

@@ -29,9 +29,6 @@ sourceCompatibility = 1.8
dependencies {
api project(":common")
api 'io.prometheus:simpleclient:0.12.0'
api 'org.knowhowlab.osgi:sigar:1.6.5_01'
api 'org.bdware.doip:doip-sdk:1.1.0'
api fileTree(dir: 'libs', include: '*.jar')
api 'org.hyperic.sigar:sigar:1.6.4'
testImplementation 'junit:junit:4.13.2'
}