upgrad doipsdk

This commit is contained in:
CaiHQ 2022-01-09 00:04:04 +08:00
parent 4315992b73
commit 1ec1cac894
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,9 @@ plugins {
id 'java'
id 'java-library'
}
repositories {
mavenCentral()
}
sourceSets {
main {
java {
@ -24,14 +26,12 @@ sourceSets {
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
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')
testImplementation 'junit:junit:4.13.2'
}

Binary file not shown.