aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-fe')
-rw-r--r--catalog-fe/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index 808eb54805..50204d6434 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -137,6 +137,16 @@
<artifactId>jersey-media-json-jackson</artifactId>
<version>${jersey-bom.version}</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-jaxb-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>