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 8dcdf5e commit 3a5b979Copy full SHA for 3a5b979
spring-boot-testjars/build.gradle
@@ -27,6 +27,7 @@ dependencies {
27
implementation 'org.apache.commons:commons-exec:1.3'
28
implementation 'org.springframework:spring-test'
29
implementation 'org.springframework.boot:spring-boot-testcontainers'
30
+ testImplementation 'org.springframework.boot:spring-boot-loader'
31
testImplementation 'org.springframework.boot:spring-boot-starter-test'
32
testImplementation 'org.springframework:spring-web'
33
}
0 commit comments