From: Jim Hahn Date: Thu, 29 Oct 2020 19:08:27 +0000 (-0400) Subject: Add jackson annotations X-Git-Tag: 3.3.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=04cafa43d8a6502b1c0d57d8f72819820e0633f9 Add jackson annotations Several builds broke when jackson was removed. Traced it down to a dependency in glassfish.jersey which is used by dmaap client. Added the one jackson component that appears to be needed. Issue-ID: POLICY-2878 Change-Id: I89fd44a5a44d2fa52618b86c78a1bf9edf81b3d8 Signed-off-by: Jim Hahn --- diff --git a/integration/pom.xml b/integration/pom.xml index eced3bf4..ef5870f7 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -42,6 +42,7 @@ 2.7.5 7.33.0.Final 2.30.1 + 2.11.1 0.4.4 1.6.2 2.3.1 @@ -59,6 +60,13 @@ + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${version.jackson} + + org.glassfish.jersey.core