CE-1955 Add fastexcel-reader (and a pinned version of commons-io, for compatibility)

This commit is contained in:
2024-11-12 10:00:19 -06:00
parent 5f081fce44
commit da2be57a17

View File

@ -102,6 +102,11 @@
<artifactId>fastexcel</artifactId> <artifactId>fastexcel</artifactId>
<version>0.12.15</version> <version>0.12.15</version>
</dependency> </dependency>
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>fastexcel-reader</artifactId>
<version>0.18.4</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId> <artifactId>poi</artifactId>
@ -112,6 +117,14 @@
<artifactId>poi-ooxml</artifactId> <artifactId>poi-ooxml</artifactId>
<version>5.2.5</version> <version>5.2.5</version>
</dependency> </dependency>
<!-- adding to help FastExcel -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.auth0</groupId> <groupId>com.auth0</groupId>
<artifactId>auth0</artifactId> <artifactId>auth0</artifactId>