Maven 物料清单 [物料清单] 依赖关系
2022-09-02 00:24:37
我不明白bom对象的目的是什么?我正在开发Spring 3.2.8版本和JBoss服务器,那么我需要使用哪种bom依赖项?当我在pom中提到以下依赖关系时.xml:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.0.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
jar 文件是否会下载到我的 Maven 依赖项中?