Commit c35ed910 authored by Andy Wilkinson's avatar Andy Wilkinson

Only enforce spring-boot-parent's constraints internally

See gh-21350
parent e6376fcd
...@@ -2,6 +2,7 @@ plugins { ...@@ -2,6 +2,7 @@ plugins {
id "java-platform" id "java-platform"
id "org.springframework.boot.conventions" id "org.springframework.boot.conventions"
id "org.springframework.boot.deployed" id "org.springframework.boot.deployed"
id "org.springframework.boot.internal-dependency-management"
} }
description = "Spring Boot Parent" description = "Spring Boot Parent"
...@@ -11,8 +12,8 @@ javaPlatform { ...@@ -11,8 +12,8 @@ javaPlatform {
} }
dependencies { dependencies {
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies"))) api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.14.1")) api(platform("org.testcontainers:testcontainers-bom:1.14.1"))
constraints { constraints {
api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1") api("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment