summaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-22 22:45:22 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-22 22:45:22 +0100
commit67aa2ba6f93a142522bd06c2bbd443959f337f26 (patch)
treee76cc80b2a39994571e54b9c6fcfdfe07f0dc47c /controller-server/pom.xml
parent501d1ac52a4ce9347f194621768a0fdb62a550f1 (diff)
Exclude all Jackson deps from athenz zms/zts java client
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 2e706f6df24..0cfcbc40601 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -152,6 +152,19 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
+ <!--Exclude all Jackson bundles provided by JDisc -->
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -164,6 +177,19 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
+ <!--Exclude all Jackson bundles provided by JDisc -->
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>