you can’t and shouldn’t want to have 2 versions of the same library on the classpath. This will lead to indeterminate behaviour.
c
Chih Wei Lin
07/05/2022, 8:34 AM
I agree, but I can’t upgrade the dependency of third SDK
so the only way is to downgrade my dependency?
n
Niels Doucet
07/05/2022, 8:34 AM
if that sdk truly can’t be upgraded, then yes
😢 1
v
Vampire
07/05/2022, 11:48 PM
Well, you probably can with significant effort, separating things on different class loaders. But you proably don't want to, especially if you are not familiar with that.