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 /sonar/main/pom.xml | |
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 'sonar/main/pom.xml')
-rw-r--r-- | sonar/main/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 23c9b961ab..5a4a8287b7 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -126,6 +126,11 @@ <version>1.13</version> </dependency> <dependency> + <groupId>com.zaxxer</groupId> + <artifactId>SparseBitSet</artifactId> + <version>1.2</version> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> |