Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#182 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Stavetski authored and hleb-albau committed Apr 26, 2018
1 parent 260845f commit c59e2d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ subprojects {
dependency("ch.qos.logback:logback-classic:$lockbackVersion")

dependency("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
dependency("org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlinVersion")
dependency("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
dependency("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
dependency("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$kotlinCoroutinesVersion")

Expand Down Expand Up @@ -153,7 +153,6 @@ subprojects {
dependency("info.bitrich.xchange-stream:xchange-gemini:$xchangeStreamVersion")
dependency("info.bitrich.xchange-stream:xchange-hitbtc:$xchangeStreamVersion")
dependency("info.bitrich.xchange-stream:xchange-okcoin:$xchangeStreamVersion")
dependency("info.bitrich.xchange-stream:xchange-okex:$xchangeStreamVersion")
dependency("info.bitrich.xchange-stream:xchange-poloniex2:$xchangeStreamVersion")

dependency("org.web3j:core:$web3jVersion")
Expand Down Expand Up @@ -253,7 +252,6 @@ project(":exchanges-connector") {
compile("info.bitrich.xchange-stream:xchange-gemini")
compile("info.bitrich.xchange-stream:xchange-hitbtc")
compile("info.bitrich.xchange-stream:xchange-okcoin")
compile("info.bitrich.xchange-stream:xchange-okex")
compile("info.bitrich.xchange-stream:xchange-poloniex2")

testCompile("org.springframework:spring-test")
Expand Down

0 comments on commit c59e2d1

Please sign in to comment.