Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data binding.
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.4.2'
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.4.2</version>
</dependency>
<dependency org="com.fasterxml.jackson.module" name="jackson-module-jaxb-annotations" rev="2.4.2"/>
"com.fasterxml.jackson.module", "jackson-module-jaxb-annotations", "2.4.2"