Skip to content

Commit 2a64cf6

Browse files
committed
Add spring-aop to work around Spring Framework mock detection issue
1 parent 0305d1e commit 2a64cf6

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
implementation("org.assertj:assertj-core")
3333
implementation("org.hamcrest:hamcrest-core")
3434
implementation("org.hamcrest:hamcrest-library")
35+
implementation("org.springframework:spring-aop")
3536
implementation("org.springframework:spring-core")
3637
implementation("org.springframework:spring-test")
3738
implementation("org.springframework:spring-core-test")

0 commit comments

Comments
 (0)