Skip to content

Commit

Permalink
UPDATE: Eoulsan now use Kenetre 0.12 and Apache POI 4.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Oct 28, 2022
1 parent 04da234 commit 4209a76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<java.version>11</java.version>
<hadoop.version>2.3.0</hadoop.version>
<htsjdk.version>2.13.2</htsjdk.version>
<kenetre.version>0.11</kenetre.version>
<kenetre.version>0.12</kenetre.version>
<poi.version>4.1.2</poi.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -475,19 +476,19 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17</version>
<version>${poi.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
<version>${poi.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>3.17</version>
<version>${poi.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4209a76

Please sign in to comment.