Switch to hypfvieh dbus-java

Removes transitive dependency on libmatthew-unix-java

Fixes #285
This commit is contained in:
AsamK 2020-05-06 09:13:49 +02:00
parent 207075c236
commit 00777a469c
9 changed files with 27 additions and 22 deletions

View file

@ -13,9 +13,6 @@ compileJava.options.encoding = 'UTF-8'
repositories {
mavenLocal()
maven {
url "https://raw.github.com/AsamK/maven/master/releases/"
}
mavenCentral()
}
@ -23,7 +20,8 @@ dependencies {
compile 'com.github.turasa:signal-service-java:2.15.3_unofficial_7'
compile 'org.bouncycastle:bcprov-jdk15on:1.64'
compile 'net.sourceforge.argparse4j:argparse4j:0.8.1'
compile 'org.freedesktop.dbus:dbus-java:2.7.0'
compile 'com.github.hypfvieh:dbus-java:3.2.0'
compile 'org.slf4j:slf4j-nop:1.7.30'
}
jar {