We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9da09 commit a0b473cCopy full SHA for a0b473c
spreadsheet-poi/pom.xml
@@ -64,6 +64,10 @@
64
<artifactId>spreadsheet-api</artifactId>
65
<version>${project.version}</version>
66
</dependency>
67
+ <dependency>
68
+ <groupId>org.apache.poi</groupId>
69
+ <artifactId>poi</artifactId>
70
+ </dependency>
71
<dependency>
72
<groupId>org.apache.poi</groupId>
73
<artifactId>poi-ooxml</artifactId>
@@ -88,6 +92,10 @@
88
92
<groupId>org.apache.logging.log4j</groupId>
89
93
<artifactId>log4j-core</artifactId>
90
94
</exclusion>
95
+ <exclusion>
96
+ <artifactId>commons-io</artifactId>
97
+ <groupId>commons-io</groupId>
98
+ </exclusion>
91
99
</exclusions>
100
101
0 commit comments