aboutsummaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorTim Allison <tallison@apache.org>2020-01-07 15:45:07 +0000
committerTim Allison <tallison@apache.org>2020-01-07 15:45:07 +0000
commite875bd81435bc7627e4eab9a18490583d2cee604 (patch)
tree20758df22e37ea06f7076fb0d4695a750bc90d83 /maven
parentfb8f17190064f39f8f35700aa6ba1fbc2cfd88e1 (diff)
downloadpoi-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.pom5
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>