mirror of https://github.com/apache/poi.git
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01697724ec
commit
91f423e33c
|
@ -47,6 +47,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
testImplementation 'com.google.guava:guava:31.0.1-jre'
|
testImplementation 'com.google.guava:guava:31.0.1-jre'
|
||||||
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
|
testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}"
|
||||||
|
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
final String MODULE_NAME = 'org.apache.poi.excelant'
|
final String MODULE_NAME = 'org.apache.poi.excelant'
|
||||||
|
|
Loading…
Reference in New Issue