mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add dependency to bitcoinj
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
87e291c1da
commit
9e0845e7f7
@ -863,11 +863,27 @@
|
||||
<sha256 value="5de4666f7f6b003d982f48f18c8e22facef6707365a74e20df7cbad98c931dd7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.protobuf" name="protobuf-java" version="3.6.1">
|
||||
<artifact name="protobuf-java-3.6.1.jar">
|
||||
<sha256 value="fb66d913ff0578553b2e28a3338cbbbe2657e6cfe0e98d939f23aea219daf508"
|
||||
origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="protobuf-java-3.6.1.pom">
|
||||
<sha256 value="3d1cf96c47b28508d2290b86266f4d0e8ea534b0c7656825050d5bbce2fe51cc"
|
||||
origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.protobuf" name="protobuf-parent" version="3.19.1">
|
||||
<artifact name="protobuf-parent-3.19.1.pom">
|
||||
<sha256 value="83d413b2a79d6357d2ca78fd623143424e8f6ecc72cfa83bf2ae2ae258a93a44" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.protobuf" name="protobuf-parent" version="3.6.1">
|
||||
<artifact name="protobuf-parent-3.6.1.pom">
|
||||
<sha256 value="b83819781441b566ca1d334813cdd203aa7e2f7ae2baad674dceb1fe2d4bb441"
|
||||
origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.google.protobuf" name="protoc" version="3.19.1">
|
||||
<artifact name="protoc-3.19.1-linux-x86_64.exe">
|
||||
<sha256 value="0b1099f537d44ee862b0c3708f32f1d66cfd76e2e2c1437f0c57a98476c20605" origin="Generated by Gradle"/>
|
||||
|
@ -17,6 +17,14 @@ dependencies {
|
||||
implementation(libs.google.guice) {
|
||||
exclude(module: 'guava')
|
||||
}
|
||||
implementation(libs.bitcoinj) {
|
||||
exclude(module: 'bcprov-jdk15on')
|
||||
exclude(module: 'guava')
|
||||
exclude(module: 'jsr305')
|
||||
exclude(module: 'okhttp')
|
||||
exclude(module: 'okio')
|
||||
exclude(module: 'slf4j-api')
|
||||
}
|
||||
|
||||
implementation libs.google.guava
|
||||
implementation libs.google.guice
|
||||
|
Loading…
Reference in New Issue
Block a user