WithSecurityContextTestExecutionListener > SqlScriptsTestExecutionListener
WithSecurityContextTestExecutionListener should order after SqlScriptsTestExecutionListener so sql can setup the current user's info in the database. Fixes gh-3962
This commit is contained in:
@@ -11,5 +11,6 @@ dependencies {
|
||||
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||
|
||||
testCompile "org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework:spring-tx:$springVersion",
|
||||
powerMockDependencies
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user