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

This commit is contained in:
Phillip Webb 2024-10-23 11:13:28 -07:00
parent 0305d1e9d5
commit 2a64cf6fb1
1 changed files with 1 additions and 0 deletions

View File

@ -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")