From 6f20ba9550bee8aeb37ef8bf69b5abae034839da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Sep 2019 11:22:36 +0100 Subject: [PATCH] Remove mention of Spring IO Platform from reference docs Closes gh-17986 --- .../spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc index fb89763d921..a696711c43f 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc @@ -219,12 +219,7 @@ The preceding example indicates that the dependency management in `another-bom` You can use `@DependencyManagementBom` anywhere that you can use `@Grab`. However, to ensure consistent ordering of the dependency management, you can use `@DependencyManagementBom` at most once in your application. -A useful source of dependency management (which is a superset of Spring Boot's dependency management) is the https://platform.spring.io/[Spring IO Platform], which you might include with the following line: -[source,java,indent=0] ----- -@DependencyManagementBom('io.spring.platform:platform-bom:1.1.2.RELEASE') ----- [[cli-multiple-source-files]]