File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ dependencies {
2020
2121 implementation " org.springframework.security:spring-security-config"
2222 implementation " org.springframework.security:spring-security-web"
23- implementation " org.springframework.security:spring-security-acl"
23+ implementation(" org.springframework.security:spring-security-access" )
24+ implementation " org.springframework.security:spring-security-acl"
2425 implementation " org.springframework.security:spring-security-taglibs"
2526 implementation ' org.springframework:spring-web'
2627 implementation " org.springframework:spring-webmvc"
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ dependencies {
1717 implementation ' org.springframework:spring-beans'
1818 implementation ' org.springframework:spring-jdbc'
1919 implementation ' org.springframework:spring-tx'
20- implementation " org.springframework.security:spring-security-acl"
20+ implementation " org.springframework.security:spring-security-access"
21+ implementation " org.springframework.security:spring-security-acl"
2122 implementation " org.springframework.security:spring-security-core"
2223 implementation " org.springframework.security:spring-security-config"
2324 implementation ' org.slf4j:slf4j-api:2.0.13'
You can’t perform that action at this time.
0 commit comments