twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 707 forks source link

Dependencies problem for algebird/chill behind a firewall. #226

Open redspade opened 12 years ago

redspade commented 12 years ago

Build for 0.8.1 fails behind a firewall which blocks git:// uri scheme due to dependencies on algebird & chill.

Changing the schemes to http:// didn't work either, since sbt 0.11.3 tries to download and extract, instead of git retrieval.

johnynek commented 12 years ago

Sounds like you need to change your firewall.

:)

Alternatively, you could remove these lines and instead put an explicit dependency on a published algebird/chill version.