File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-boot-tests/spring-boot-integration-tests/spring-boot-sni-tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ configurations {
12
12
13
13
dependencies {
14
14
app project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " mavenRepository" )
15
- app project(path : " :spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
16
- app project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-web" , configuration : " mavenRepository" )
17
15
app project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter" , configuration : " mavenRepository" )
16
+ app project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-actuator" , configuration : " mavenRepository" )
17
+ app project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-web" , configuration : " mavenRepository" )
18
+ app project(path : " :spring-boot-project:spring-boot-tools:spring-boot-gradle-plugin" , configuration : " mavenRepository" )
18
19
19
20
intTestImplementation(enforcedPlatform(project(" :spring-boot-project:spring-boot-parent" )))
20
21
intTestImplementation(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-web" ))
You can’t perform that action at this time.
0 commit comments