|
|
|
|
|
by Freak_NL
567 days ago
|
|
Oh, this is common. Fun when you have two different dependencies which both use Guava, but different versions, and you can't upgrade them to a common shared one. The solution there usually means having to shade Guava for one of them, which sucks, but it at least gets things working. It's not much of a problem when you use it yourself, but it is when your dependencies do. |
|