From e736922b5c124ad911c8b17847e4ddc60ce6df9c Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 11 Nov 2022 01:17:55 +0100 Subject: Add dependencies for itext and lombok --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 71d8b47..4d58db4 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,19 @@ + + com.lowagie + itext + 2.1.7 + + + + org.projectlombok + lombok + 1.18.20 + true + + junit junit -- cgit v1.2.3