gbif / gbif-common

Utility classes
Apache License 2.0
1 stars 1 forks source link

Shade and upgrade Guava #7

Closed ansell closed 6 years ago

ansell commented 7 years ago

The use of Google Guava as an explicit dependency is limiting reuse of gbif-common by other GBIF libraries and third-parties such as ALA by enforcing a large testing regime before verifying that new guava versions with bug fixes and new features can be used here.

Guava should be shaded in the same way as Jackson is shaded currently, removing it as an obstacle to reuse of this library.