How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.workoss.boot</groupId>
<artifactId>boot-bom</artifactId>
<version>1.0.7</version>
</dependency>
Choose a version of com.workoss.boot : boot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
boot-bom-1.0.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.workoss.boot</groupId>
<artifactId>boot-bom</artifactId>
<version>1.0.7</version>
</dependency>
Advertisement