rterp / SumZeroTrading

A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
http://rterp.github.io/SumZeroTrading/
Other
145 stars 48 forks source link

Build fails #46

Closed asaen closed 7 years ago

asaen commented 7 years ago

Running mvn clean install leads to the error:

[ERROR] Failed to execute goal on project collective2-broker-api-impl: Could not resolve dependencies for project com.sumzerotrading:collective2-broker-api-impl:jar:1.0.0-SNAPSHOT: Could not find artifact com.sumzerotrading:J4C2:jar:1.0.0-SNAPSHOT -> [Help 1]
rterp commented 7 years ago

There's a dependency on the J4C2 library. I'll need to get a release build of the library uploaded to maven central and then the collective2-broker-api-impl project should build.

rterp commented 7 years ago

I've uploaded J4C2 to bintray, so the SumZero API will now build correctly.