We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6376fc commit c35ed91Copy full SHA for c35ed91
spring-boot-project/spring-boot-parent/build.gradle
@@ -2,6 +2,7 @@ plugins {
2
id "java-platform"
3
id "org.springframework.boot.conventions"
4
id "org.springframework.boot.deployed"
5
+ id "org.springframework.boot.internal-dependency-management"
6
}
7
8
description = "Spring Boot Parent"
@@ -11,8 +12,8 @@ javaPlatform {
11
12
13
14
dependencies {
- api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
15
- api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.1"))
+ api(platform(project(":spring-boot-project:spring-boot-dependencies")))
16
+ api(platform("org.testcontainers:testcontainers-bom:1.14.1"))
17
18
constraints {
19
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
0 commit comments