From 6ab0d88902461796b968f7e4c44872a82d12caf3 Mon Sep 17 00:00:00 2001 From: Martin Lopez Date: Tue, 25 Nov 2025 16:17:37 -0300 Subject: [PATCH 1/2] chore: ignore resources --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2e413d..a01eb80 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ target .settings .project .classpath +.eclipse +.vaadin webpack.generated.js package-lock.json package.json From 267db704f1846739d3f69c36520e7d231c27055e Mon Sep 17 00:00:00 2001 From: Martin Lopez Date: Tue, 25 Nov 2025 16:33:16 -0300 Subject: [PATCH 2/2] build: exclude jaxb-core Exclude jaxb-code transitive dependency to avoid duplicate problem Fixes #187 --- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d5a2695..7a42d68 100644 --- a/pom.xml +++ b/pom.xml @@ -155,10 +155,16 @@ 11.5.0 - org.docx4j - docx4j-JAXB-MOXy - 11.5.0 - + org.docx4j + docx4j-JAXB-MOXy + 11.5.0 + + + com.sun.xml.bind + jaxb-core + + + org.docx4j docx4j-export-fo