Skip to content

Commit c9bf98c

Browse files
committed
Management no longer operates on optional/provided to spring-security-dependencies added as bom to poms
1 parent 7dc34cc commit c9bf98c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/ManagementConfigurationPlugin.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ public void apply(Project project) {
4949
);
5050
}));
5151
});
52-
plugins.withType(PropDepsPlugin.class, (propDepsPlugin -> {
53-
configurations.getByName("optional").extendsFrom(management);
54-
configurations.getByName("provided").extendsFrom(management);
55-
}));
5652
});
5753
}
5854
}

0 commit comments

Comments
 (0)