Browse Source

update poi version

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1378 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-4.0.2
James Ahlborn 1 year ago
parent
commit
f1403cdbb4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

<dependency> <dependency>
<groupId>org.apache.poi</groupId> <groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId> <artifactId>poi</artifactId>
<version>4.0.0</version>
<version>4.1.1</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>



Loading…
Cancel
Save