Turns out Smartsprites uses Closeables.closeQuietly which is deprecated in 15 and removed in Guava 16
This reverts commit
1159db580f350493ffcf6628c05924458881ebb2.
Change-Id: Ica9b4e175041b00a15a320b7c3fcea5b6d42b349
<!-- Internally used, for now -->
<dependency org="com.carrotsearch" name="smartsprites"
rev="0.2.10" />
- <override org="com.google.guava" module="guava" rev="16.0.1" />
<!-- Use the same commons-io as the rest of the project -->
<override org="commons-io" module="commons-io" rev="2.2" />
</dependencies>