From f9a356c6fb80ce71aa743e0e702c8805a8d6c410 Mon Sep 17 00:00:00 2001 From: Niklas Jonsson Date: Thu, 7 Sep 2023 17:03:00 +0200 Subject: [PATCH] use the quarkus-jaxb extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit instead of relying on the jaxb dependency provided på mpxj --- deployment/pom.xml | 5 +++++ runtime/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/deployment/pom.xml b/deployment/pom.xml index 24a3062..e9f76c4 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -24,6 +24,11 @@ quarkus-poi-deployment 2.0.3 + + io.quarkus + quarkus-jaxb-deployment + 3.3.2 + org.eclipse.transformer org.eclipse.transformer diff --git a/runtime/pom.xml b/runtime/pom.xml index 9c9ff2c..3f112b3 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -19,6 +19,11 @@ quarkus-poi 2.0.3 + + io.quarkus + quarkus-jaxb + 3.3.2 + net.sf.mpxj mpxj