How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.mbo</groupId>
<artifactId>spring-boot-bom</artifactId>
<version>2023.6.0</version>
</dependency>
Choose a version of dev.mbo : spring-boot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2023.6.x |
spring-boot-bom-2023.6.0
|
||
2022.12.x |
spring-boot-bom-2022.12.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.mbo</groupId>
<artifactId>spring-boot-bom</artifactId>
<version>2023.6.0</version>
</dependency>
Advertisement