Hello,
It's unclear (to me, at least) how I'd go about providing conflict resolution for dependencies that are not directly supported by this plugin. My use case in this particular case is that I have a transitive dependency on dk.brics.automaton:automaton:1.11-8 which has now been superceeded by dk.brics:automaton:1.12-4 (note a change in the maven coordinates). How do I go about defining such replacement rules via this plugin?
Thanks in advance.