From cc3bdedf289001e40cfd02c758dacab5ba34d23c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 23 Apr 2023 19:30:29 +0200 Subject: pom.xml: Add iText 7.2.5 dependency Thanks to this Stack Overflow answer by Raphaƫl Colantonio (https://stackoverflow.com/users/3728901/rapha%c3%abl-colantonio) for the tip about type:pom : https://stackoverflow.com/questions/70086051/itextpdf-dependency-not-found-by-maven/70090910#70090910 Without that tag, the compile failed. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 366c117..3fe7edd 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ com.teddywing.pdf_form_replace_font2 pdf-form-replace-font2 0.0.1-SNAPSHOT + jar pdf-form-replace-font2 A simple pdf-form-replace-font2. @@ -20,10 +21,19 @@ + + com.itextpdf + itext7-core + 7.2.5 + pom + compile + + junit junit 3.8.1 + test -- cgit v1.2.3