How to stop Metabase 0.41 version to download xercesImpl-2.11.0.jar , xml-apis-1.4.01.jar

Hello,

Can anyone please help us to provide changes we need to do for exclusion of these two jars (xercesImpl-2.11.0.jar , xml-apis-1.4.01.jar) in deps.edn file of metabase 0.41.

Hi @rvemuri
Sounds like a general Clojure question:
https://clojure.org/reference/deps_and_cli#_dependencies
https://github.com/hagmonk/find-deps
You'll have to add the exclusion on the dependency that adds the files. I have no idea if these files are being used by something, so you'll have do some testing if you exclude them.