Update to depend on latest commit in libdohj-core

Depending on this commit ensures that we do not transitively depend on
bitcoinj snapshots.
This commit is contained in:
Chris Beams 2017-08-21 16:22:11 +02:00
parent 8747f0e099
commit 391910576b
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -101,7 +101,7 @@
<dependency>
<groupId>com.github.bitsquare.libdohj</groupId>
<artifactId>libdohj-core</artifactId>
<version>aa0729e5</version>
<version>75110221</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>