How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of org.jvnet.jaxb : jaxb-plugins-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
jaxb-plugins-project-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins-project</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement