Skip to content

Commit a0b473c

Browse files
committed
Fix dependency convergence
1 parent 1d9da09 commit a0b473c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spreadsheet-poi/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
<artifactId>spreadsheet-api</artifactId>
6565
<version>${project.version}</version>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.apache.poi</groupId>
69+
<artifactId>poi</artifactId>
70+
</dependency>
6771
<dependency>
6872
<groupId>org.apache.poi</groupId>
6973
<artifactId>poi-ooxml</artifactId>
@@ -88,6 +92,10 @@
8892
<groupId>org.apache.logging.log4j</groupId>
8993
<artifactId>log4j-core</artifactId>
9094
</exclusion>
95+
<exclusion>
96+
<artifactId>commons-io</artifactId>
97+
<groupId>commons-io</groupId>
98+
</exclusion>
9199
</exclusions>
92100
</dependency>
93101
<dependency>

0 commit comments

Comments
 (0)