Re: exclusions are not being applied

2022-04-27 Thread Karl Heinz Marbaise
Hi, On 27.04.22 01:40, Jacques Etienne Beaudet wrote: Exclusions are not yet supported at the dependencyManagement level. See https://stackoverflow.com/questions/39276024/import-dependency-management-with-exclusion for more informations or the corresponding unmerged PR

Re: exclusions are not being applied

2022-04-26 Thread David Hoffer
I thought I had tried that option and had the same issue but I just tried that again and it worked so I must have looked at the results incorrectly. Thanks, much for the help. Love to see this feature in Maven. -Dave On Tue, Apr 26, 2022 at 5:41 PM Jacques Etienne Beaudet wrote: > Exclusions

Re: exclusions are not being applied

2022-04-26 Thread Jacques Etienne Beaudet
Exclusions are not yet supported at the dependencyManagement level. See https://stackoverflow.com/questions/39276024/import-dependency-management-with-exclusion for more informations or the corresponding unmerged PR https://github.com/apache/maven/pull/295 Exclude it when you include the

exclusions are not being applied

2022-04-26 Thread David Hoffer
I have a project where I am trying to use exclusions to exclude transitive dependencies but they are not being excluded. Here is an example from my dependencyManagement top level pom. com.bs.component-library.model model ${model.version} io.swagger.core.v3