Fork me on GitHub
#leiningen
<
2019-09-05
>
andrew.sinclair15:09:09

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

andrew.sinclair16:09:20

For example, my project has two dependencies that define namespaces of the format

andrew.sinclair16:09:33

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.sinclair16:09:00

Is there a way to do this with :exclusions?

andrew.sinclair16:09:06

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