diff --git a/spring-restdocs-core/build.gradle b/spring-restdocs-core/build.gradle index c2acd0fe..308a8d02 100644 --- a/spring-restdocs-core/build.gradle +++ b/spring-restdocs-core/build.gradle @@ -40,6 +40,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 {