diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle index 7b22be3960a9..119980e44c70 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle @@ -32,6 +32,7 @@ dependencies { implementation("org.assertj:assertj-core") implementation("org.hamcrest:hamcrest-core") implementation("org.hamcrest:hamcrest-library") + implementation("org.springframework:spring-aop") implementation("org.springframework:spring-core") implementation("org.springframework:spring-test") implementation("org.springframework:spring-core-test")