From cc37820adcd3c825224aeb689910fa77fa3e5416 Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Fri, 6 Oct 2023 15:40:57 +0200 Subject: [PATCH] fixed pom dependencies Issue #197 --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index a5e93c1..e8c270a 100644 --- a/pom.xml +++ b/pom.xml @@ -290,6 +290,22 @@ provided + + + + + jakarta.xml.bind + jakarta.xml.bind-api + 2.3.2 + provided + + + org.glassfish.jaxb + jaxb-runtime + 2.3.2 + provided + + org.eclipse.microprofile