build issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-08 21:48:17 +00:00
parent 5153888315
commit 4f39cced7a
2 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@ dependencies {
testImplementation project(path: ':poi', configuration: 'tests')
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
javadocs project(':poi')
javadocs project(':poi-ooxml')

View File

@ -106,7 +106,6 @@ module org.apache.poi.poi {
requires net.bytebuddy;
requires org.junit.jupiter.api;
requires org.junit.jupiter.params;
requires org.apiguardian.api;
exports org.apache.poi.hpsf.basic to org.junit.platform.commons;
exports org.apache.poi.hssf.record.pivot to org.junit.platform.commons;