How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-release-documentation</artifactId>
<version>2.3.8</version>
</dependency>
Choose a version of com.sun.xml.bind : jaxb-release-documentation to add to Maven - Latest Versions:
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-release-documentation</artifactId>
<version>2.3.8</version>
</dependency>