mirror of
https://gitee.com/BDWare/cm
synced 2025-01-10 01:44:04 +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-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.
Loading…
Reference in New Issue
Block a user