有一个spring-boot网络项目,在pom.xml
中,有以下几行:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
似乎spring-boot-starter-tomcat
是来自<dependencyManagement>
的{{1}}的一部分。
但是,来自spring-boot-starter-web
的依赖项仅定义了版本,但默认情况下不会包含它,对吧?
如果是,那么哪个部分触发<dependencyManagement>
实际包含在依赖项中,因为我没有明确地这样做?