It's just an API jar, I believe you can use a NOPLogger if you don't want any logging (https://www.slf4j.org/api/org/slf4j/helpers/NOPLogger.html)
Colm. On Thu, Apr 21, 2022 at 2:11 AM Sateesh K Kolusu <[email protected]> wrote: > > > Hello - I have a question with usage of xmlsec-2.1.7.jar. I see > slf4j-api-1.7.30.jar logger class being called in xmlsec-2.1.7.jar and needs > run time dependency of slf4j-api. Since my application does not implement > logging using 3rd party, how to stop run time usage of slf4j-api-1.7.30.jar? > > --- > Thanks > Sateesh >
