d2iq-archive / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs
Apache License 2.0
42 stars 27 forks source link

Update project to move Guava dependency to test scope #61

Closed BenWhitehead closed 8 years ago

BenWhitehead commented 8 years ago

All modules have been updated to no longer depend on Guava functionality for main code.

Sleepy framework still depends on Guava at compile scope, but it is not a library others will depend on.

BenWhitehead commented 8 years ago

Fixes #41