我不明白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>
Run Code Online (Sandbox Code Playgroud)
jar文件是否会下载到我的Maven依赖项中?