mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
commons-collections 4.5.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82aac8561f
commit
694538aed0
@ -264,7 +264,7 @@ under the License.
|
||||
|
||||
<!-- jars in the /lib directory, see the fetch-jars target-->
|
||||
<dependency prefix="main.commons-codec" artifact="commons-codec:commons-codec:1.18.0" usage="main"/>
|
||||
<dependency prefix="main.commons-collections4" artifact="org.apache.commons:commons-collections4:4.4" usage="main"/>
|
||||
<dependency prefix="main.commons-collections4" artifact="org.apache.commons:commons-collections4:4.5.0" usage="main"/>
|
||||
<dependency prefix="main.commons-math3" artifact="org.apache.commons:commons-math3:3.6.1" usage="main"/>
|
||||
<dependency prefix="main.commons-io" artifact="commons-io:commons-io:2.19.0" usage="main"/>
|
||||
<dependency prefix="main.com.zaxxer" artifact="com.zaxxer:SparseBitSet:1.3" usage="main"/>
|
||||
|
||||
@ -40,7 +40,7 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.apache.ant:ant:1.10.15'
|
||||
testImplementation 'org.apache.commons:commons-collections4:4.4'
|
||||
testImplementation 'org.apache.commons:commons-collections4:4.5.0'
|
||||
testImplementation 'com.google.guava:guava:33.3.0-jre'
|
||||
|
||||
misc(project(':poi-ooxml')) {
|
||||
|
||||
@ -64,7 +64,7 @@ dependencies {
|
||||
api "commons-io:commons-io:${commonsIoVersion}"
|
||||
api 'com.github.virtuald:curvesapi:1.08'
|
||||
api "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||
api 'org.apache.commons:commons-collections4:4.4'
|
||||
api 'org.apache.commons:commons-collections4:4.5.0'
|
||||
|
||||
signingImplementation "org.apache.santuario:xmlsec:${xmlSecVersion}"
|
||||
signingImplementation "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}"
|
||||
|
||||
@ -37,7 +37,7 @@ sourceSets {
|
||||
|
||||
dependencies {
|
||||
api "commons-codec:commons-codec:${commonsCodecVersion}"
|
||||
api 'org.apache.commons:commons-collections4:4.4'
|
||||
api 'org.apache.commons:commons-collections4:4.5.0'
|
||||
api "org.apache.commons:commons-math3:${commonsMathVersion}"
|
||||
api "commons-io:commons-io:${commonsIoVersion}"
|
||||
api 'com.zaxxer:SparseBitSet:1.3'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user