Remove "pricenode" direct dependency on "assets"

It depends on "assets" already because it is a depencendy of "core"
This commit is contained in:
Oscar Guindzberg 2019-01-03 14:49:45 -03:00
parent aca24f290e
commit 257a8627e6

View File

@ -354,7 +354,6 @@ configure(project(':pricenode')) {
dependencies { dependencies {
compile project(":core") compile project(":core")
compile project(":assets")
compile("org.knowm.xchange:xchange-bitcoinaverage:4.3.3") compile("org.knowm.xchange:xchange-bitcoinaverage:4.3.3")
compile("org.knowm.xchange:xchange-coinmarketcap:4.3.3") compile("org.knowm.xchange:xchange-coinmarketcap:4.3.3")
compile("org.knowm.xchange:xchange-poloniex:4.3.3") compile("org.knowm.xchange:xchange-poloniex:4.3.3")