aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-24 13:53:31 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-24 14:23:48 +0100
commitc7cf7473330920723a81b1dad500d2cc578d709b (patch)
tree4f82f61abf02980fc7598bf23b9df40a55b847d1 /configserver/pom.xml
parentca12810459d20a3f7343b609ed1b7da0c2b46593 (diff)
Don't embed Jackson
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>