diff --git a/build.gradle b/build.gradle index db35cb4..18b2e90 100644 --- a/build.gradle +++ b/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' } diff --git a/libs/doipsdk-v1.0.5.jar b/libs/doipsdk-v1.0.5.jar deleted file mode 100644 index 55d2aa1..0000000 Binary files a/libs/doipsdk-v1.0.5.jar and /dev/null differ