]> source.dussan.org Git - poi.git/commitdiff
build issue
authorPJ Fanning <fanningpj@apache.org>
Fri, 8 Oct 2021 22:02:11 +0000 (22:02 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 8 Oct 2021 22:02:11 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68

poi-integration/build.gradle
poi-ooxml/build.gradle

index 8f8d8902e308d66ca1662a94075e52d6c57747eb..05e86c262681950de308fe6c0eb0b041c65f9346 100644 (file)
@@ -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'
index fed284e3013c1da0e1bf2c97da8351b0da25fd5e..802b999ec9bfde8e9554951d8f957abbe0e188ae 100644 (file)
@@ -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'