From bc10a4795da572e2b758c757ce7dec221249da21 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 23 Apr 2020 14:14:28 -0400 Subject: [PATCH] Exclude glassfish jaxb Added exclusion for glassfish jaxb to eliminate security issue. Issue-ID: POLICY-2521 Change-Id: I16016514c5e033be208c79877900d7e9dc0c3d21 Signed-off-by: Jim Hahn --- integration/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 1ec5a348..0af7539c 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -98,6 +98,12 @@ org.glassfish.jersey.core jersey-server ${version.jersey} + + + org.glassfish.jersey.media + jersey-media-jaxb + + -- 2.16.6