From 0c8b420a365208d7c832756a4b33cba208ddd7c0 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jun 2021 09:54:36 -0400 Subject: [PATCH] Exluding transitive dependencies from jaxb-api and adding jakarta.activation-api explicitly Issue-ID: CCSDK-3329 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I292daf886b8ee908e29c89141daa05b8119116e0 --- dependencies-bom/pom.xml | 9 +++++++-- dependencies-odl-bom/pom.xml | 11 +++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 71595844..2e35c873 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -156,11 +156,16 @@ 2.3.1 - javax.xml.stream - stax-api + * + * + + jakarta.activation + jakarta.activation-api + 2.0.1 + junit junit diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 060345ab..392e4166 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -115,6 +115,17 @@ javax.xml.bind jaxb-api 2.3.1 + + + * + * + + + + + jakarta.activation + jakarta.activation-api + 2.0.1 -- 2.16.6