From 6993e103802e65b9e335a706eec681314304f08f Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 9 Jun 2021 09:54:36 -0400 Subject: 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 0c4a79e3..d833328e 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 703f58c8..15331696 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 -- cgit 1.2.3-korg