소스 검색

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

Rob Winch 4 년 전
부모
커밋
c9bf98c887
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      buildSrc/src/main/groovy/io/spring/gradle/convention/ManagementConfigurationPlugin.java

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