Hello, is there a facility available in the project.clj
for excluding specific namespaces from a specific lib?
For example, my project has two dependencies that define namespaces of the format <http://migrations.XYZ|migrations.XYZ>
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.
Is there a way to do this with :exclusions
?
no
Thanks! Plan B is to configure Drift to ignore the specific migrations we want excluded. I’ll go with that