On Tuesday, 22. September 2020, 23:05:12 CEST Alan Snyder wrote: > I know that. But you also can’t exclude a dependency based on its version. > > So, what comparison are you making?
You don't have to exclude a dependency based on its version, this does not make sense. Maybe you should make yourself familiar with what a dependencyManagement section is used for. If you use classifiers, you have different artifacts for the same G:A:V and you have no proper way to chose one if different ones are in your transitive deps. With different versions you have different G:A:V and you can manage the correct one yourself. Regards, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
