downgrade POI to 4.0.1 to avoid bug
https://bz.apache.org/bugzilla/show_bug.cgi?id=63845
This commit is contained in:
3
pom.xml
3
pom.xml
@ -220,7 +220,8 @@ limitations under the License.
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>4.0.1</version>
|
||||
<!-- do not upgrade to 4.1.0, see bug https://bz.apache.org/bugzilla/show_bug.cgi?id=63845 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.inversoft</groupId>
|
||||
|
||||
Reference in New Issue
Block a user