Browse Source

Add spring-aop to work around Spring Framework mock detection issue

pull/42874/head
Phillip Webb 1 year ago
parent
commit
2a64cf6fb1
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle

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

@ -32,6 +32,7 @@ dependencies { @@ -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")

Loading…
Cancel
Save