Class path contains multiple SLF4J bindings

Hi,
I use external libraries for a sketch, selenium and sikulixide, it looks both come with a slf4j logger
i can use each library individually in a sketch but when i import both in the same sketch,
i got warnings about multiple bindings then selenium stop to work (it looks one is picked automatically , not the good one)
from what i found online it s possible to exclude one if you work with eclipse or other IDE
but inside processing i don 't see how to do this, is it possible? or any workaround?
Thanks