diff options
Diffstat (limited to 'common-app-api/pom.xml')
-rw-r--r-- | common-app-api/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index b76598fb0e..3bcafc8f86 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -192,8 +192,17 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-jaxb-annotations</artifactId> + </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-jaxb-annotations</artifactId> + <version>${jackson.version}</version> + </dependency> <!-- Aspects --> <dependency> |