mirror of
https://gitee.com/BDWare/cm
synced 2025-01-10 09:54:03 +00:00
upgrad doipsdk
This commit is contained in:
parent
4315992b73
commit
1ec1cac894
10
build.gradle
10
build.gradle
@ -2,7 +2,9 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
}
|
}
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
java {
|
java {
|
||||||
@ -24,14 +26,12 @@ sourceSets {
|
|||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(":common")
|
api project(":common")
|
||||||
api 'io.prometheus:simpleclient:0.12.0'
|
api 'io.prometheus:simpleclient:0.12.0'
|
||||||
api 'org.knowhowlab.osgi:sigar:1.6.5_01'
|
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 fileTree(dir: 'libs', include: '*.jar')
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user