Remove mention of Spring IO Platform from reference docs

Closes gh-17986
This commit is contained in:
Andy Wilkinson 2019-09-16 11:22:36 +01:00
parent ad32603635
commit 6f20ba9550
1 changed files with 0 additions and 5 deletions

View File

@ -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]]