From 67aa2ba6f93a142522bd06c2bbd443959f337f26 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 22 Nov 2017 22:45:22 +0100 Subject: Exclude all Jackson deps from athenz zms/zts java client --- controller-server/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'controller-server/pom.xml') 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 @@ org.bouncycastle bcprov-jdk15on + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + @@ -164,6 +177,19 @@ org.slf4j slf4j-api + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + -- cgit v1.2.3