Skip to content

Commit

Permalink
[Fix partially #36] Add dependency on POI
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Jul 9, 2024
1 parent a33dde4 commit 665b025
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
<version>2.6</version>
</dependency>

<!-- Processing excel-->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 665b025

Please sign in to comment.