Add spring-aop to work around Spring Framework mock detection issue
This commit is contained in:
parent
0305d1e9d5
commit
2a64cf6fb1
|
@ -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…
Reference in New Issue