From c833f4a2c6824bf9d692a66cf11b241edc607baa 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 6859192..33f0514 100644 --- a/pom.xml +++ b/pom.xml @@ -142,25 +142,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 @@ -372,7 +377,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} @@ -534,7 +539,7 @@ demo-jar - + org.apache.maven.plugins @@ -558,7 +563,7 @@ - +