We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0305d1e commit 2a64cf6Copy full SHA for 2a64cf6
spring-boot-project/spring-boot-tools/spring-boot-test-support/build.gradle
@@ -32,6 +32,7 @@ dependencies {
32
implementation("org.assertj:assertj-core")
33
implementation("org.hamcrest:hamcrest-core")
34
implementation("org.hamcrest:hamcrest-library")
35
+ implementation("org.springframework:spring-aop")
36
implementation("org.springframework:spring-core")
37
implementation("org.springframework:spring-test")
38
implementation("org.springframework:spring-core-test")
0 commit comments