From e9dede69cbb02f92c579114753f6d9201e887d79 Mon Sep 17 00:00:00 2001 From: Joern Muehlencord Date: Mon, 10 Jun 2019 14:45:28 +0200 Subject: [PATCH] excluded jackson which is provided by wildfly automatically --- jeeutil/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/jeeutil/pom.xml b/jeeutil/pom.xml index 63ce4d1..66a2bac 100644 --- a/jeeutil/pom.xml +++ b/jeeutil/pom.xml @@ -33,6 +33,20 @@ limitations under the License. com.inversoft prime-jwt + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + javax