Skip to content

Commit

Permalink
Fix dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Jan 17, 2025
1 parent 1d9da09 commit a0b473c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spreadsheet-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
<artifactId>spreadsheet-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
Expand All @@ -88,6 +92,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-io</artifactId>
<groupId>commons-io</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit a0b473c

Please sign in to comment.