Manage jackson-module-jaxb-annotations dependency

Closes gh-5570
This commit is contained in:
Igor Stepanov
2016-04-04 19:40:39 +03:00
committed by Stephane Nicoll
parent 5479c4cd6e
commit 01f3e7059b

View File

@@ -658,6 +658,11 @@
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>