42.5 spring-security-config弹簧-安全-配置 如果您使用的是Spring Security命名空间配置,则此模块是必需的。 Table 42.5. Config Dependencies 42.6 spring-security-acl The ACL module. Table 42.6. ACL Dependencies 42.7 spring-security-cas CAS模块提供了与JA-SIG CAS的集成。 Table 42.7. CAS Dependencies 42.8...
Summary There are no managed dependencies in the latest snapshot bom. Actual Behavior The bom does not work as it doesn't manage any dependencies. Expected Behavior The bom manages all of Spring Security's modules. Configuration N/A Vers...
private void createProhibitedDependenciesCheck(Configuration classpath, Project project) { String taskName = "check" + StringUtils.capitalize(classpath.getName() + "ForProhibitedDependencies"); TaskProvider<CheckClasspathForProhibitedDependencies> checkClasspathTask = project.getTasks().register(taskName,...