How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.lzgabel.jaxb.jaxb</groupId>
<artifactId>jaxb-bom</artifactId>
<version>3.0.2</version>
</dependency>
Choose a version of cn.lzgabel.jaxb.jaxb : jaxb-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
jaxb-bom-3.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.lzgabel.jaxb.jaxb</groupId>
<artifactId>jaxb-bom</artifactId>
<version>3.0.2</version>
</dependency>
Advertisement