From 005ea963079b76cf3e5315eae1318036226eaee4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 23 Oct 2024 12:36:36 -0700 Subject: [PATCH] Revert "Add spring-aop to work around Spring Framework mock detection issue" This reverts commit 2a64cf6fb122eb0cf4810772fc20efa82950ac77. Closes gh-42855 --- .../spring-boot-tools/spring-boot-test-support/build.gradle | 1 - 1 file changed, 1 deletion(-) 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 119980e44c..7b22be3960 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,7 +32,6 @@ 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")