aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'configserver/pom.xml')
-rw-r--r--configserver/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index ef0fde3e57e..e05e1f5e5ba 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -32,6 +32,10 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>