embulk / embulk-base-restclient

Base class library for Embulk plugins to access RESTful services
https://www.embulk.org/
Apache License 2.0
6 stars 7 forks source link

Remove use of Guava #121

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

As described in https://dev.embulk.org/topics/catchup-with-v0.10.html, it is nice for a plugin not to use Guava in it (not mandatory, but better). The use of Guava in embulk-base-restclient is not very essential, which can be removed.

dmikurube commented 4 years ago

Thanks!