From caf01d1f21d9ff60a39c58834f77167610150f90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Oct 2017 11:42:33 +0100 Subject: [PATCH] Revert "Make sure that spring-aop is available at test runtime" This reverts commit 26707cd7ac6a6252d8aa20eb0758c68d8c7c6851. See gh-411 --- spring-restdocs-core/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-restdocs-core/build.gradle b/spring-restdocs-core/build.gradle index 0720b6cd..60752f0b 100644 --- a/spring-restdocs-core/build.gradle +++ b/spring-restdocs-core/build.gradle @@ -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 {