jeremyis78 / JBookTrader

A Java ATS for market-depth-based trading strategies
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Failure to find com.interactivebrokers.tws:tws-api:jar:9.66 #3

Closed jeremyis78 closed 6 years ago

jeremyis78 commented 6 years ago

[ERROR] Failed to execute goal on project JBookTrader: Could not resolve dependencies for project com.jbooktrader:JBookTrader:jar:9.0.2.0-SNAPSHOT: Failure to find com.interactivebrokers.tws:tws-api:jar:9.66 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

I installed this dependency locally with mvn install:install-file to develop locally but when running the travis ci build it fails because tws-api:jar:9.66 is not in any global repository.

jeremyis78 commented 6 years ago

fixed by adding the source code directly until we can support the latest tws-api version