added needed dependency to read the excel file

This commit is contained in:
Miriam Baglioni 2020-09-28 12:03:14 +02:00
parent f4739a371a
commit e33e3277de
1 changed files with 15 additions and 0 deletions

View File

@ -66,6 +66,21 @@
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.20</version>
</dependency>
</dependencies>