mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
libdohj was lost
This commit is contained in:
parent
f99a3c1238
commit
dc01aef917
2 changed files with 10 additions and 5 deletions
|
@ -45,14 +45,19 @@
|
|||
<version>2.2.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- used only for reading json file for trade statistic migration
|
||||
<!-- used only for reading json file for trade statistic migration
|
||||
can be removed later -->
|
||||
<dependency>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -97,9 +97,9 @@
|
|||
See doc/build.md for further info
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.bitcoinj</groupId>
|
||||
<artifactId>bitcoinj-core</artifactId>
|
||||
<version>0.14.4.1</version>
|
||||
<groupId>org.libdohj</groupId>
|
||||
<artifactId>libdohj-core</artifactId>
|
||||
<version>0.14-1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue