Update OncePerRequestFilter to match with spring-web

Closes gh-1658
This commit is contained in:
Thanh Nhan
2020-07-27 14:58:21 +07:00
committed by GitHub
parent 0cd0bfb32f
commit 5c05970b86
4 changed files with 73 additions and 1 deletions

View File

@@ -25,5 +25,6 @@ dependencies {
testCompile "org.springframework.security:spring-security-core"
testCompile "org.junit.jupiter:junit-jupiter-api"
testCompile "org.junit.jupiter:junit-jupiter-params"
testCompile "org.aspectj:aspectjweaver"
testRuntime "org.junit.jupiter:junit-jupiter-engine"
}