Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why jersey repackaged guava?

Tags:

jersey

guava

I don't understand why jersey repackaged version of guava should be used. In which cases should I use the jersey repackaged version of guava instead of using guava directly?

like image 817
alex aizikovsky Avatar asked Jan 21 '16 17:01

alex aizikovsky


1 Answers

Unless you're modifying Jersey itself, you shouldn't use a repackaged dependency: it's part of the internals of Jersey, repackaged specifically to avoid conflicts with user dependencies.

like image 111
Frank Pavageau Avatar answered Oct 12 '22 15:10

Frank Pavageau