leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
andrew.sinclair 2019-09-05T15:47:09.006900Z

Hello, is there a facility available in the project.clj for excluding specific namespaces from a specific lib?

andrew.sinclair 2019-09-05T16:06:20.007800Z

For example, my project has two dependencies that define namespaces of the format <http://migrations.XYZ|migrations.XYZ>

andrew.sinclair 2019-09-05T16:07:33.008800Z

I’d like to exclude the migrations from one of my dependencies, because the tool we use for migrations (https://github.com/macourtney/drift) finds both.

andrew.sinclair 2019-09-05T16:08:00.009300Z

Is there a way to do this with :exclusions?

alexmiller 2019-09-05T16:27:29.009500Z

no

andrew.sinclair 2019-09-05T16:30:06.010300Z

Thanks! Plan B is to configure Drift to ignore the specific migrations we want excluded. I’ll go with that