Skip to content

Commit

Permalink
Exclude libdohj/bitcoinj dependencies in conflict with bisq dependenc…
Browse files Browse the repository at this point in the history
…y version
  • Loading branch information
oscarguindzberg committed Jan 3, 2019
1 parent 8bf0e5b commit 06f47d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 06f47d8

Please sign in to comment.