mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Add missing reactfx dependency
This had been getting pulled in transitively through the old io.bisq.exchange:core artifact's parent pom. Now that we're depending on the io.bisq:bisq-core, there is no parent pom in the mix anymore, and the reactfx dependency must to be explicitly declared here.
This commit is contained in:
parent
6cef0ffb94
commit
eef9062a69
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -368,6 +368,12 @@
|
|||
<version>8.0.6_20</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.reactfx</groupId>
|
||||
<artifactId>reactfx</artifactId>
|
||||
<version>2.0-M3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.glxn</groupId>
|
||||
<artifactId>qrgen</artifactId>
|
||||
|
|
Loading…
Add table
Reference in a new issue