From 73316d8c8353408670ef07c837cb626fdc508e90 Mon Sep 17 00:00:00 2001 From: Giambattista Bloisi Date: Tue, 28 May 2024 14:14:51 +0200 Subject: [PATCH] Add jaxb and jaxws dependencies when compiling with spark-34 profile as they are required to run with jdk > 8 --- dhp-common/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dhp-common/pom.xml b/dhp-common/pom.xml index 2c7a0ef8c..bfec019af 100644 --- a/dhp-common/pom.xml +++ b/dhp-common/pom.xml @@ -169,4 +169,23 @@ + + + + spark-34 + + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.ws + jaxws-ri + 2.3.3 + pom + + + +