Kaynağa Gözat

Management no longer operates on optional/provided to spring-security-dependencies added as bom to poms

Rob Winch 4 yıl önce
ebeveyn
işleme
c9bf98c887

+ 0 - 4
buildSrc/src/main/groovy/io/spring/gradle/convention/ManagementConfigurationPlugin.java

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