Revert "Make sure that spring-aop is available at test runtime"

This reverts commit 26707cd7ac.

See gh-411
This commit is contained in:
Andy Wilkinson
2017-10-13 11:42:33 +01:00
parent 440997c72b
commit caf01d1f21

View File

@@ -39,7 +39,6 @@ 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 {