From da2be57a17eabf5e4e66066eb88b006e090e1521 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 12 Nov 2024 10:00:19 -0600 Subject: [PATCH] CE-1955 Add fastexcel-reader (and a pinned version of commons-io, for compatibility) --- qqq-backend-core/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qqq-backend-core/pom.xml b/qqq-backend-core/pom.xml index c9a3c8f5..0944e1e9 100644 --- a/qqq-backend-core/pom.xml +++ b/qqq-backend-core/pom.xml @@ -102,6 +102,11 @@ fastexcel 0.12.15 + + org.dhatim + fastexcel-reader + 0.18.4 + org.apache.poi poi @@ -112,6 +117,14 @@ poi-ooxml 5.2.5 + + + + commons-io + commons-io + 2.16.0 + + com.auth0 auth0