diff --git a/build.gradle b/build.gradle index 50951c7782..1d7fd2becc 100644 --- a/build.gradle +++ b/build.gradle @@ -134,12 +134,18 @@ configure([project(':desktop'), configure(project(':assets')) { dependencies { compile("network.bisq.libdohj:libdohj-core:$libdohjVersion") { + exclude(module: 'slf4j-api') exclude(module: 'protobuf-java') exclude(module: 'bitcoinj-core') } compile("org.bitcoinj:bitcoinj-core:0.14.7.bisq.1-SNAPSHOT") { + exclude(module: 'jsr305') + exclude(module: 'slf4j-api') + exclude(module: 'guava') exclude(module: 'protobuf-java') } + compile 'com.google.guava:guava:20.0' + compile "org.slf4j:slf4j-api:$slf4jVersion" compile "commons-codec:commons-codec:$codecVersion" compile "org.apache.commons:commons-lang3:$langVersion" compile "org.bouncycastle:bcpg-jdk15on:$bcVersion"