How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api-parent</artifactId>
<version>2.3.1</version>
</dependency>
Choose a version of javax.xml.bind : jaxb-api-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
jaxb-api-parent-2.4.0-b180830.0359
|
||
jaxb-api-parent-2.4.0-b180725.0427
|
|||
2.3.x |
jaxb-api-parent-2.3.1
|
||
jaxb-api-parent-2.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api-parent</artifactId>
<version>2.3.1</version>
</dependency>
Advertisement