From dfcf61cd3752a2b473e7e899ae206707103ab3af Mon Sep 17 00:00:00 2001 From: Drew Harvey Date: Fri, 4 Oct 2024 11:11:51 -0700 Subject: [PATCH] fix: update docx4j version and add required maven deps so that pdf export works Fixes #136 --- pom.xml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index fd3e764..80fcf4c 100644 --- a/pom.xml +++ b/pom.xml @@ -134,25 +134,30 @@ opencsv 5.6 - - org.docx4j - docx4j-JAXB-Internal - 8.3.8 - org.docx4j docx4j-JAXB-ReferenceImpl - 8.3.8 + 11.5.0 org.docx4j docx4j-JAXB-MOXy - 8.3.8 + 11.5.0 org.docx4j docx4j-export-fo - 8.3.8 + 11.5.0 + + + org.apache.commons + commons-compress + 1.27.1 + + + commons-io + commons-io + 2.16.1 com.flowingcode.addons @@ -365,7 +370,7 @@ none true - https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} + https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version} @@ -527,7 +532,7 @@ demo-jar - + org.apache.maven.plugins @@ -551,7 +556,7 @@ - +