From 26707cd7ac6a6252d8aa20eb0758c68d8c7c6851 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sun, 9 Jul 2017 11:08:15 +0100 Subject: [PATCH] Make sure that spring-aop is available at test runtime Closes gh-411 --- spring-restdocs-core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-restdocs-core/build.gradle b/spring-restdocs-core/build.gradle index 60752f0b..0720b6cd 100644 --- a/spring-restdocs-core/build.gradle +++ b/spring-restdocs-core/build.gradle @@ -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 {