Make sure that spring-aop is available at test runtime

Closes gh-411
This commit is contained in:
Andy Wilkinson
2017-07-09 11:08:15 +01:00
parent a38a512033
commit 26707cd7ac

View File

@@ -39,6 +39,7 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library'
testCompile 'org.springframework:spring-test'
testRuntime 'org.glassfish:javax.el:3.0.0'
testRuntime 'org.springframework:spring-aop'
}
jar {