好吧,我想我会自己回答。当然,我研究了dependency:tree,但是我提到的所有依赖项都是树的第一级成员。我没有立即注意到的是,
dependencyManagement它不存在于父级中,但是却存在于子模块中,更有趣的是:
<dependency> <groupId>io.spring.platform</groupId> <artifactId>platform-bom</artifactId> <version>1.0.2.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency>
我以前从未使用过Spring IO
Platform,因此对我来说这是一个全新的概念。事实证明,该平台包括许多预先配置的依赖项:http :
//docs.spring.io/platform/docs/current/reference/htmlsingle/#appendix-
dependency-
versions



