@@ -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);
- }));
}