From bc1ced6fefc9b5a4827e82ff4302aa019aa28f06 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Fri, 29 Oct 2021 10:20:25 -0400 Subject: [PATCH] fixed dependency issues around packaging --- pom.xml | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 2ae0136..69d8698 100644 --- a/pom.xml +++ b/pom.xml @@ -39,27 +39,25 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider ${jackson.version} - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - - - - - com.fasterxml.jackson.core - jackson-core - provided - - - com.fasterxml.jackson.core - jackson-databind - provided - - - com.fasterxml.jackson.core - jackson-annotations - provided + + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + +