From 8c337af8afa9e736b7503291e836ff993fff326e Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 2 Sep 2019 19:56:04 -0400 Subject: Exclude the unnecessary artifact: jackson-databind Issue-ID: LOG-832 Signed-off-by: Prudence Au Change-Id: I7cab2ff3be57e2013c260ae9baa52c7d55e68d16 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8ac055f..b510d1c 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,12 @@ io.swagger.core.v3 swagger-core 2.0.8 + + + com.fasterxml.jackson.core + jackson-databind + + io.swagger -- cgit 1.2.3-korg