diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 8f8d8902e3..05e86c2626 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -78,6 +78,7 @@ dependencies { } testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:${log4jVersion}" + testImplementation 'org.apiguardian:apiguardian-api:1.1.2' } final String MODULE_NAME = 'org.apache.poi.stress' diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index fed284e301..802b999ec9 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -131,6 +131,7 @@ dependencies { } testImplementation project(path:':poi', configuration:'tests') testImplementation project(path:':poi-ooxml-lite-agent', configuration: 'archives') + testImplementation 'org.apiguardian:apiguardian-api:1.1.2' testImplementation 'org.xmlunit:xmlunit-core:2.8.2' testImplementation 'org.reflections:reflections:0.10.1' testImplementation 'org.openjdk.jmh:jmh-core:1.33'