Skip to content

Commit

Permalink
Add spring-aop to work around Spring Framework mock detection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Oct 23, 2024
1 parent 0305d1e commit 2a64cf6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2a64cf6

Please sign in to comment.