Skip to content

Commit 26707cd

Browse files
committed
Make sure that spring-aop is available at test runtime
Closes gh-411
1 parent a38a512 commit 26707cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-restdocs-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies {
3939
testCompile 'org.hamcrest:hamcrest-library'
4040
testCompile 'org.springframework:spring-test'
4141
testRuntime 'org.glassfish:javax.el:3.0.0'
42+
testRuntime 'org.springframework:spring-aop'
4243
}
4344

4445
jar {

0 commit comments

Comments
 (0)