In my projects, there are times where I need to "pin" a dependency to a specific version; for example, when I'm testing against an older version of Clojure.
This can be accomplished with the --exclude option, but it would be better for my workflow if I could have a dependency that was just excluded, say something like:
jakarta.servlet/jakarta.servlet-api {:mvn/version "6.0.0" :antq/upgrade? false}