diff options
Diffstat (limited to 'poi-excelant')
-rw-r--r-- | poi-excelant/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 02c4a27aed..968c8b4792 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -47,6 +47,7 @@ dependencies { } testImplementation 'com.google.guava:guava:31.0.1-jre' 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' |