Is there any way of pulling in a list of :exclusions
from a library in a project.clj
, or would the only way to do this be to also write a plugin which either exposes a profile or rewrites the project map?
the use case is to have a shared logging library, similar to https://github.com/stuartsierra/log.dev#javautillogging, which adds the necessary library boilerplate to route everything to logback, but also manages the exclusions correctly