Skip to content

Commit d8e4f6c

Browse files
committed
Revert "Management no longer operates on optional/provided to spring-security-dependencies added as bom to poms"
This reverts commit c9bf98c.
1 parent c9bf98c commit d8e4f6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ 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+
}));
5256
});
5357
}
5458
}

0 commit comments

Comments
 (0)