From 31a2c505ff035c1cdcefdef17d900acb76919695 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 22 Nov 2020 14:36:27 +0100 Subject: Add dependencies for PDF processing and terminal manipulation. Change-Id: Ie6bb3a9e77390b31bddfac657296c99a95c6af8d --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/pom.xml b/pom.xml index 7540cf2..f1e75aa 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,12 @@ 0.2.0 3.0.2 1.8 + 7.1.13 1.4.10 + 3.0.4 4.3.2 + 1.0.2 + 0.4.0 @@ -56,12 +60,49 @@ provided + info.picocli picocli ${picocli.version} + + + com.itextpdf + itext7-core + ${itext7.version} + pom + + + com.itextpdf + pdfocr-root + ${pdfocr.version} + pom + + + com.itextpdf + pdfocr-api + ${pdfocr.version} + + + com.itextpdf + pdfocr-tesseract4 + ${pdfocr.version} + + + + + io.github.dgroup + term4j + ${term4j.version} + + + com.googlecode.lanterna + lanterna + ${lanterna.version} + + -- cgit v1.2.1