When you’d like to exclude specific dependencies, you can use the --exclude option, or one of the methods describe below.
:antq/exclude
metadata is available for excluding dependencies.
Please, replace ^:antq/exclude
as follows.
;; Specific version
^{:antq/exclude "1.2.3"}
^{:antq/exclude ["1.2.3" "1.2.4"]}
;; Version range
^{:antq/exclude "1.2.x"}
^{:antq/exclude ["1.2.x" "1.3.x"]}