Skip to content

Commit

Permalink
Remove poi-ooxml from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 8, 2021
1 parent 06dd8ef commit d347ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,7 @@
<artifactId>poi</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ThreadNumber;ContactTypeID;Name;ModifiedDate;Ignore
AAA1;1;Accounting Manager;2002-06-01 00:00:00.000;50
BBB1;3;Assistant Sales Representative;2002-06-01 00:00:00.000;0
BBB1;3;Assistant Sales Representative;2002-06-01 00:00:00.0;0

0 comments on commit d347ff6

Please sign in to comment.