From 04cafa43d8a6502b1c0d57d8f72819820e0633f9 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 29 Oct 2020 15:08:27 -0400 Subject: [PATCH] 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 --- integration/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.16.6