Management no longer operates on optional/provided to spring-security-dependencies added as bom to poms
This commit is contained in:
parent
7dc34ccef7
commit
c9bf98c887
|
@ -49,10 +49,6 @@ public class ManagementConfigurationPlugin implements Plugin<Project> {
|
|||
);
|
||||
}));
|
||||
});
|
||||
plugins.withType(PropDepsPlugin.class, (propDepsPlugin -> {
|
||||
configurations.getByName("optional").extendsFrom(management);
|
||||
configurations.getByName("provided").extendsFrom(management);
|
||||
}));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue