Skip to content

Commit 712a733

Browse files
author
Evan Hu
committed
update pom
1 parent f2af137 commit 712a733

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,10 @@
2424
</distributionManagement>
2525

2626
<dependencies>
27-
<dependency>
28-
<groupId>org.apache.poi</groupId>
29-
<artifactId>poi</artifactId>
30-
<version>[3.17,)</version>
31-
</dependency>
3227
<dependency>
3328
<groupId>org.apache.poi</groupId>
3429
<artifactId>poi-ooxml</artifactId>
3530
<version>[3.17,)</version>
36-
<exclusions>
37-
<exclusion>
38-
<groupId>org.apache.poi</groupId>
39-
<artifactId>poi</artifactId>
40-
</exclusion>
41-
</exclusions>
4231
</dependency>
4332
<dependency>
4433
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)