diff options
author | Tim Allison <tallison@apache.org> | 2020-01-07 15:45:07 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2020-01-07 15:45:07 +0000 |
commit | e875bd81435bc7627e4eab9a18490583d2cee604 (patch) | |
tree | 20758df22e37ea06f7076fb0d4695a750bc90d83 /maven | |
parent | fb8f17190064f39f8f35700aa6ba1fbc2cfd88e1 (diff) | |
download | poi-e875bd81435bc7627e4eab9a18490583d2cee604.tar.gz poi-e875bd81435bc7627e4eab9a18490583d2cee604.zip |
BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi.pom | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index d0cdf9baf5..a3d15a8b0b 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -88,6 +88,11 @@ <artifactId>commons-math3</artifactId> <version>3.6.1</version> </dependency> + <dependency> + <groupId>com.zaxxer</groupId> + <artifactId>SparseBitSet</artifactId> + <version>1.2</version> + </dependency> <dependency> <groupId>org.hamcrest</groupId> |