mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove "pricenode" direct dependency on "assets"
It depends on "assets" already because it is a depencendy of "core"
This commit is contained in:
parent
aca24f290e
commit
257a8627e6
@ -354,7 +354,6 @@ configure(project(':pricenode')) {
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile project(":assets")
|
||||
compile("org.knowm.xchange:xchange-bitcoinaverage:4.3.3")
|
||||
compile("org.knowm.xchange:xchange-coinmarketcap:4.3.3")
|
||||
compile("org.knowm.xchange:xchange-poloniex:4.3.3")
|
||||
|
Loading…
Reference in New Issue
Block a user