tools-deps

sveri 2026-01-20T20:57:29.115819Z

Hi. In my maven .m2/settings.xml I have a repository defined that is a business mirror and needs vpn to be accessed. Unfortunately clj uses this to lookup libraries. Is there a way to exclude that specific repository in deps.edn?

Alex Miller (Clojure team) 2026-01-20T21:06:52.506049Z

I don't think so, unless there is some other Maven setting I'm not aware of

sveri 2026-01-20T21:08:59.599899Z

Okay, thank you.

Alex Miller (Clojure team) 2026-01-20T21:12:44.073859Z

in maven, it's possible to point at an alternate settings.xml file, but that's not something we have available right now in tools.deps