File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-boot-project/spring-boot-parent Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id " java-platform"
3
3
id " org.springframework.boot.conventions"
4
4
id " org.springframework.boot.deployed"
5
+ id " org.springframework.boot.internal-dependency-management"
5
6
}
6
7
7
8
description = " Spring Boot Parent"
@@ -11,8 +12,8 @@ javaPlatform {
11
12
}
12
13
13
14
dependencies {
14
- api(enforcedPlatform (project(" :spring-boot-project:spring-boot-dependencies" )))
15
- api(enforcedPlatform (" org.testcontainers:testcontainers-bom:1.14.1" ))
15
+ api(platform (project(" :spring-boot-project:spring-boot-dependencies" )))
16
+ api(platform (" org.testcontainers:testcontainers-bom:1.14.1" ))
16
17
17
18
constraints {
18
19
api(" com.vaadin.external.google:android-json:0.0.20131108.vaadin1" )
You can’t perform that action at this time.
0 commit comments